Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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]
|
inline |
Definition at line 195 of file client.cpp.
References members.
Referenced by RPCConvertNamedValues(), and RPCConvertValues().
◆ convert() [2/2]
|
inline |
Definition at line 198 of file client.cpp.
References membersByName, and name.
Member Data Documentation
◆ members
|
private |
Definition at line 189 of file client.cpp.
Referenced by convert(), and 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:
- src/rpc/client.cpp