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

Public Member Functions

 CRPCConvertTable ()
 
UniValue ArgToUniValue (std::string_view arg_value, const std::string &method, int param_idx)
 Return arg_value as UniValue, and first parse it if it is a non-string parameter. More...
 
UniValue ArgToUniValue (std::string_view arg_value, const std::string &method, const std::string &param_name)
 Return arg_value as UniValue, and first parse it if it is a non-string parameter. More...
 

Private Attributes

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

Detailed Description

Definition at line 325 of file client.cpp.

Constructor & Destructor Documentation

◆ CRPCConvertTable()

CRPCConvertTable::CRPCConvertTable ( )

Definition at line 347 of file client.cpp.

Member Function Documentation

◆ ArgToUniValue() [1/2]

UniValue CRPCConvertTable::ArgToUniValue ( std::string_view  arg_value,
const std::string &  method,
const std::string &  param_name 
)
inline

Return arg_value as UniValue, and first parse it if it is a non-string parameter.

Definition at line 341 of file client.cpp.

Here is the call graph for this function:

◆ ArgToUniValue() [2/2]

UniValue CRPCConvertTable::ArgToUniValue ( std::string_view  arg_value,
const std::string &  method,
int  param_idx 
)
inline

Return arg_value as UniValue, and first parse it if it is a non-string parameter.

Definition at line 335 of file client.cpp.

Here is the call graph for this function:
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 328 of file client.cpp.

◆ membersByName

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

Definition at line 329 of file client.cpp.


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