Fabcoin Core  0.16.2
P2P Digital Currency
Functions
RPCServer Namespace Reference

Functions

void OnStarted (std::function< void()> slot)
 
void OnStopped (std::function< void()> slot)
 
void OnPreCommand (std::function< void(const CRPCCommand &)> slot)
 
void OnPostCommand (std::function< void(const CRPCCommand &)> slot)
 

Function Documentation

void RPCServer::OnPostCommand ( std::function< void(const CRPCCommand &)>  slot)
void RPCServer::OnPreCommand ( std::function< void(const CRPCCommand &)>  slot)

Definition at line 54 of file server.cpp.

Here is the caller graph for this function:

void RPCServer::OnStarted ( std::function< void()>  slot)

Definition at line 44 of file server.cpp.

Here is the caller graph for this function:

void RPCServer::OnStopped ( std::function< void()>  slot)

Definition at line 49 of file server.cpp.

Here is the caller graph for this function: