Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
RPCCommandExecution Struct Reference

Public Member Functions

 RPCCommandExecution (const std::string &method)
 
 ~RPCCommandExecution ()
 

Public Attributes

std::list< RPCCommandExecutionInfo >::iterator it
 

Detailed Description

Definition at line 57 of file server.cpp.

Constructor & Destructor Documentation

◆ RPCCommandExecution()

RPCCommandExecution::RPCCommandExecution ( const std::string &  method)
inlineexplicit

Definition at line 60 of file server.cpp.

◆ ~RPCCommandExecution()

RPCCommandExecution::~RPCCommandExecution ( )
inline

Definition at line 65 of file server.cpp.

Member Data Documentation

◆ it

std::list<RPCCommandExecutionInfo>::iterator RPCCommandExecution::it

Definition at line 59 of file server.cpp.


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