rippled
|
A reference to a handler for performing polled collection. More...
Public Member Functions | |
Hook () | |
Create a null hook. More... | |
Hook (std::shared_ptr< HookImpl > const &impl) | |
Create a hook referencing the specified implementation. More... | |
std::shared_ptr< HookImpl > const & | impl () const |
Private Attributes | |
std::shared_ptr< HookImpl > | m_impl |
beast::insight::Hook::Hook | ( | ) |
|
explicit |
std::shared_ptr<HookImpl> const& beast::insight::Hook::impl | ( | ) | const |
|
private |