Scorum
libraries
plugins
common_statistics
include
scorum
common_statistics
base_bucket_object.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <fc/reflect/reflect.hpp>
4
#include <fc/time.hpp>
5
6
namespace
scorum
{
7
namespace
common_statistics {
8
9
struct
by_bucket;
10
11
struct
base_bucket_object
12
{
13
fc::time_point_sec
open
;
14
uint32_t
seconds
= 0;
15
};
16
}
17
}
18
19
FC_REFLECT
(
scorum::common_statistics::base_bucket_object
, (open)(seconds))
FC_REFLECT
FC_REFLECT(appender_args,(appender)(stream)) FC_REFLECT_DERIVED(file_appender_args
scorum
Definition:
asset.cpp:15
scorum::common_statistics::base_bucket_object
Definition:
base_bucket_object.hpp:12
scorum::common_statistics::base_bucket_object::seconds
uint32_t seconds
Seconds accounted for in the bucket.
Definition:
base_bucket_object.hpp:14
scorum::common_statistics::base_bucket_object::open
fc::time_point_sec open
Open time of the bucket.
Definition:
base_bucket_object.hpp:13
Generated on Thu Jun 9 2022 13:04:26 for Scorum by
1.9.1