Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for RPCResult, including all inherited members.
CheckInnerDoc() const | RPCResult | private |
m_cond | RPCResult | |
m_description | RPCResult | |
m_inner | RPCResult | |
m_key_name | RPCResult | |
m_optional | RPCResult | |
m_skip_type_check | RPCResult | |
m_type | RPCResult | |
MatchesType(const UniValue &result) const | RPCResult | |
RPCResult(std::string cond, Type type, std::string key_name, bool optional, std::string description, std::vector< RPCResult > inner={}) | RPCResult | inline |
RPCResult(std::string cond, Type type, std::string key_name, std::string description, std::vector< RPCResult > inner={}) | RPCResult | inline |
RPCResult(Type type, std::string key_name, bool optional, std::string description, std::vector< RPCResult > inner={}, bool skip_type_check=false) | RPCResult | inline |
RPCResult(Type type, std::string key_name, std::string description, std::vector< RPCResult > inner={}, bool skip_type_check=false) | RPCResult | inline |
ToDescriptionString() const | RPCResult | |
ToSections(Sections §ions, OuterType outer_type=OuterType::NONE, const int current_indent=0) const | RPCResult | |
ToStringObj() const | RPCResult | |
Type enum name | RPCResult |