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

Public Member Functions | |
| Hook ()=default | |
| Create a null hook. | |
| Hook (std::shared_ptr< HookImpl > impl) | |
| Create a hook referencing the specified implementation. | |
| std::shared_ptr< HookImpl > const & | impl () const |
Private Attributes | |
| std::shared_ptr< HookImpl > | impl_ |
|
default |
Create a null hook.
A null hook has no associated handler.
|
explicit |
|
nodiscard |
|
private |