Bitcoin ABC 0.26.3
P2P Digital Currency
|
Keeps track of RPCArgs by transforming them into sections for the purpose of serializing everything to a single string. More...
Public Member Functions | |
void | PushSection (const Section &s) |
void | Push (const RPCArg &arg, const size_t current_indent=5, const OuterType outer_type=OuterType::NONE) |
Recursive helper to translate an RPCArg into sections. | |
std::string | ToString () const |
Concatenate all sections with proper padding. | |
Public Attributes | |
std::vector< Section > | m_sections |
size_t | m_max_pad {0} |
Keeps track of RPCArgs by transforming them into sections for the purpose of serializing everything to a single string.
|
inline |
|
inline |