|
long & | get (std::string_view sv) |
|
long | get (std::string_view sv) const |
|
Definition at line 182 of file TupleObj.cpp.
◆ Counter()
Tuples::Local::Counter::Counter |
( |
std::string |
msg = " Misbalance " | ) |
|
|
inline |
◆ ~Counter()
Tuples::Local::Counter::~Counter |
( |
| ) |
|
|
inline |
◆ counts()
long Tuples::Local::Counter::counts |
( |
std::string_view |
object | ) |
const |
|
inline |
◆ decrement()
long Tuples::Local::Counter::decrement |
( |
std::string_view |
object | ) |
|
|
inline |
◆ get() [1/2]
long& Tuples::Local::Counter::get |
( |
std::string_view |
sv | ) |
|
|
inlineprivate |
◆ get() [2/2]
long Tuples::Local::Counter::get |
( |
std::string_view |
sv | ) |
const |
|
inlineprivate |
◆ increment()
long Tuples::Local::Counter::increment |
( |
std::string_view |
object | ) |
|
|
inline |
◆ report()
void Tuples::Local::Counter::report |
( |
| ) |
const |
|
inline |
Definition at line 195 of file TupleObj.cpp.
196 for (
auto& entry :
m_map ) {
197 if ( entry.second != 0 )
198 std::cout <<
"Tuples::TupleObj WARNING " <<
m_message <<
"'" << entry.first <<
"' Counts = " << entry.second
◆ m_map
◆ m_message
The documentation for this class was generated from the following file: