rippled
|
RAII container that maintains the count of pending I/O. More...
Public Member Functions | |
CompletionCounter (Derived *owner) | |
CompletionCounter (CompletionCounter const &other) | |
~CompletionCounter () | |
CompletionCounter & | operator= (CompletionCounter const &)=delete |
Private Attributes | |
Derived * | m_owner |
RAII container that maintains the count of pending I/O.
Bind this into the argument list of every handler passed to an initiating function.
Definition at line 58 of file ResolverAsio.cpp.
|
explicit |
Definition at line 61 of file ResolverAsio.cpp.
ripple::AsyncObject< Derived >::CompletionCounter::CompletionCounter | ( | CompletionCounter const & | other | ) |
Definition at line 66 of file ResolverAsio.cpp.
ripple::AsyncObject< Derived >::CompletionCounter::~CompletionCounter | ( | ) |
Definition at line 72 of file ResolverAsio.cpp.
|
delete |
|
private |
Definition at line 82 of file ResolverAsio.cpp.