20#ifndef BEAST_INSIGHT_HOOK_H_INCLUDED
21#define BEAST_INSIGHT_HOOK_H_INCLUDED
23#include <xrpl/beast/insight/HookImpl.h>
A reference to a handler for performing polled collection.
std::shared_ptr< HookImpl > const & impl() const
Hook()
Create a null hook.
Hook(std::shared_ptr< HookImpl > const &impl)
Create a hook referencing the specified implementation.
std::shared_ptr< HookImpl > m_impl