CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 namespace catapult {
namespace utils {
44 const std::string&
name()
const {
A diagnostic counter id.
Definition: DiagnosticCounterId.h:27
const std::string & name() const
Gets the id name.
Definition: DiagnosticCounterId.h:44
std::string m_name
Definition: DiagnosticCounterId.h:54
DiagnosticCounterId()
Creates an empty id.
Definition: DiagnosticCounterId.cpp:30
#define CATAPULT_THROW_INVALID_ARGUMENT_1(MESSAGE, PARAM1)
Macro used to throw a catapult invalid argument with a single parameter.
Definition: exceptions.h:183
std::string m_name
Definition: JointValidator.cpp:90
uint64_t value() const
Gets the id value.
Definition: DiagnosticCounterId.h:49
uint64_t m_value
Definition: DiagnosticCounterId.h:55
Definition: AddressExtractionExtension.cpp:28
static constexpr auto Max_Counter_Name_Size
Maximum counter name size.
Definition: DiagnosticCounterId.h:30