|
rippled
|
A reference to a handler for performing polled collection. More...
#include <Hook.h>

Public Member Functions | |
| Hook () | |
| Create a null hook. | |
| Hook (std::shared_ptr< HookImpl > const &impl) | |
| Create a hook referencing the specified implementation. | |
| 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 |