Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Section Struct Reference

A pair of strings that can be aligned (through padding) with other Sections later on. More...

Public Member Functions

 Section (const std::string &left, const std::string &right)
 

Public Attributes

std::string m_left
 
const std::string m_right
 

Detailed Description

A pair of strings that can be aligned (through padding) with other Sections later on.

Definition at line 393 of file util.cpp.

Constructor & Destructor Documentation

◆ Section()

Section::Section ( const std::string &  left,
const std::string &  right 
)
inline

Definition at line 394 of file util.cpp.

Member Data Documentation

◆ m_left

std::string Section::m_left

Definition at line 396 of file util.cpp.

◆ m_right

const std::string Section::m_right

Definition at line 397 of file util.cpp.


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