Dash Core  0.12.2.1
P2P Digital Currency
CRPCConvertTable Class Reference

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 140 of file client.cpp.

Constructor & Destructor Documentation

◆ CRPCConvertTable()

CRPCConvertTable::CRPCConvertTable ( )

Definition at line 153 of file client.cpp.

Member Function Documentation

◆ convert()

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

Definition at line 148 of file client.cpp.

Referenced by RPCConvertValues().

Member Data Documentation

◆ members

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

Definition at line 143 of file client.cpp.


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