Scorum
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Classes | Typedefs | Enumerations
scorum::account_statistics Namespace Reference

Namespaces

 detail
 

Classes

class  account_statistics_api
 
class  account_statistics_plugin
 
struct  account_metric
 
struct  account_statistic
 
struct  statistics
 
struct  bucket_object
 
struct  activity_bucket_object
 

Typedefs

typedef bucket_object::id_type bucket_id_type
 
typedef activity_bucket_object::id_type activity_bucket_id_type
 
typedef shared_multi_index_container< bucket_object, indexed_by< ordered_unique< tag< by_id >, member< bucket_object, bucket_id_type, &bucket_object::id > >, ordered_unique< tag< common_statistics::by_bucket >, composite_key< bucket_object, member< common_statistics::base_bucket_object, uint32_t, &common_statistics::base_bucket_object::seconds >, member< common_statistics::base_bucket_object, fc::time_point_sec, &common_statistics::base_bucket_object::open > > > > > bucket_index
 

Enumerations

enum  account_statistics_plugin_object_types { bucket_object_type = (ACCOUNT_STATISTICS_SPACE_ID << 8) , activity_bucket_object_type }
 

Typedef Documentation

◆ activity_bucket_id_type

typedef activity_bucket_object::id_type scorum::account_statistics::activity_bucket_id_type

Definition at line 57 of file objects.hpp.

◆ bucket_id_type

typedef bucket_object::id_type scorum::account_statistics::bucket_id_type

Definition at line 44 of file objects.hpp.

◆ bucket_index

typedef shared_multi_index_container<bucket_object, indexed_by<ordered_unique<tag<by_id>, member<bucket_object, bucket_id_type, &bucket_object::id> >, ordered_unique<tag<common_statistics::by_bucket>, composite_key<bucket_object, member<common_statistics:: base_bucket_object, uint32_t, &common_statistics:: base_bucket_object::seconds>, member<common_statistics:: base_bucket_object, fc::time_point_sec, &common_statistics:: base_bucket_object::open> > > > > scorum::account_statistics::bucket_index

Definition at line 77 of file objects.hpp.

Enumeration Type Documentation

◆ account_statistics_plugin_object_types

Enumerator
bucket_object_type 
activity_bucket_object_type 

Definition at line 30 of file objects.hpp.