CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
LocalNodeCounterValue (const utils::DiagnosticCounter &counter) | |
Creates a counter value from counter. More... | |
const utils::DiagnosticCounterId & | id () const |
Gets the counter id. More... | |
uint64_t | value () const |
Gets the counter value. More... | |
Private Attributes | |
utils::DiagnosticCounterId | m_id |
uint64_t | m_value |
Local node counter value.
|
inlineexplicit |
Creates a counter value from counter.
|
inline |
Gets the counter id.
|
inline |
Gets the counter value.
|
private |
|
private |