|
rippled
|


Public Member Functions | |
| Counter () noexcept | |
| char const * | getName () const override |
| void | checkPureVirtual () const override |
| int | increment () noexcept |
| int | decrement () noexcept |
| int | getCount () const noexcept |
| CounterBase * | getNext () const noexcept |
Protected Attributes | |
| std::atomic< int > | m_count |
| CounterBase * | m_next |
Definition at line 132 of file CountedObject.h.
|
noexcept |
Definition at line 135 of file CountedObject.h.
|
overridevirtual |
Implements ripple::CountedObjects::CounterBase.
Definition at line 140 of file CountedObject.h.
|
overridevirtual |
Implements ripple::CountedObjects::CounterBase.
Definition at line 146 of file CountedObject.h.
|
noexceptinherited |
Definition at line 56 of file CountedObject.h.
|
noexceptinherited |
Definition at line 62 of file CountedObject.h.
|
noexceptinherited |
Definition at line 68 of file CountedObject.h.
|
noexceptinherited |
Definition at line 74 of file CountedObject.h.
|
protectedinherited |
Definition at line 87 of file CountedObject.h.
|
protectedinherited |
Definition at line 88 of file CountedObject.h.
1.8.17