Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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 186 of file client.cpp.

Constructor & Destructor Documentation

◆ CRPCConvertTable()

CRPCConvertTable::CRPCConvertTable ( )

Definition at line 203 of file client.cpp.

References members, membersByName, and vRPCConvertParams.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 195 of file client.cpp.

References members.

Referenced by RPCConvertNamedValues(), and RPCConvertValues().

◆ convert() [2/2]

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

Definition at line 198 of file client.cpp.

References membersByName, and name.

Member Data Documentation

◆ members

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

Definition at line 189 of file client.cpp.

Referenced by convert(), and CRPCConvertTable().

◆ membersByName

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

Definition at line 190 of file client.cpp.

Referenced by convert(), and CRPCConvertTable().


The documentation for this class was generated from the following file:
Released under the MIT license