Bitcoin ABC  0.26.3
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 184 of file client.cpp.

Constructor & Destructor Documentation

◆ CRPCConvertTable()

CRPCConvertTable::CRPCConvertTable ( )

Definition at line 200 of file client.cpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 195 of file client.cpp.

◆ convert() [2/2]

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

Definition at line 192 of file client.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ members

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

Definition at line 186 of file client.cpp.

◆ membersByName

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

Definition at line 187 of file client.cpp.


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