Keeps track of RPCArgs by transforming them into sections for the purpose of serializing everything to a single string.
More...
Keeps track of RPCArgs by transforming them into sections for the purpose of serializing everything to a single string.
Definition at line 358 of file util.cpp.
◆ Push()
Recursive helper to translate an RPCArg into sections.
Definition at line 370 of file util.cpp.
◆ PushSection()
void Sections::PushSection |
( |
const Section & |
s | ) |
|
|
inline |
◆ ToString()
std::string Sections::ToString |
( |
| ) |
const |
|
inline |
Concatenate all sections with proper padding.
Definition at line 445 of file util.cpp.
◆ m_max_pad
size_t Sections::m_max_pad {0} |
◆ m_sections
std::vector<Section> Sections::m_sections |
The documentation for this struct was generated from the following file: