Bitcoin
Public Member Functions | Public Attributes | List of all members
interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl Class Reference
Inheritance diagram for interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl:
interfaces::Handler

Public Member Functions

 RpcHandlerImpl (const CRPCCommand &command)
 
void disconnect () override final
 Disconnect the handler. More...
 
 ~RpcHandlerImpl () override
 
- Public Member Functions inherited from interfaces::Handler
virtual ~Handler ()
 

Public Attributes

CRPCCommand m_command
 
const CRPCCommandm_wrapped_command
 

Constructor & Destructor Documentation

◆ RpcHandlerImpl()

interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl::RpcHandlerImpl ( const CRPCCommand command)
inlineexplicit

◆ ~RpcHandlerImpl()

interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl::~RpcHandlerImpl ( )
inlineoverride

Member Function Documentation

◆ disconnect()

void interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl::disconnect ( )
inlinefinaloverridevirtual

Disconnect the handler.

Implements interfaces::Handler.

Member Data Documentation

◆ m_command

CRPCCommand interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl::m_command

◆ m_wrapped_command

const CRPCCommand* interfaces::anonymous_namespace{chain.cpp}::RpcHandlerImpl::m_wrapped_command

The documentation for this class was generated from the following file: