Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CRPCConvertTable Class Reference

Public Member Functions

 CRPCConvertTable ()
 
bool convert (const std::string &method, int idx)
 
bool convert (const std::string &method, const std::string &name)
 

Private Attributes

std::set< std::pair< std::string, int > > members
 
std::set< std::pair< std::string, std::string > > membersByName
 

Detailed Description

Definition at line 201 of file client.cpp.

Constructor & Destructor Documentation

CRPCConvertTable::CRPCConvertTable ( )

Definition at line 218 of file client.cpp.

Member Function Documentation

bool CRPCConvertTable::convert ( const std::string &  method,
int  idx 
)
inline

Definition at line 210 of file client.cpp.

Here is the caller graph for this function:

bool CRPCConvertTable::convert ( const std::string &  method,
const std::string &  name 
)
inline

Definition at line 213 of file client.cpp.

Member Data Documentation

std::set<std::pair<std::string, int> > CRPCConvertTable::members
private

Definition at line 204 of file client.cpp.

std::set<std::pair<std::string, std::string> > CRPCConvertTable::membersByName
private

Definition at line 205 of file client.cpp.


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