|
HyperDbg Debugger
|
#include <inipp.h>
Public Types | |
| using | String = std::basic_string<CharT> |
| using | Section = std::map<String, String> |
| using | Sections = std::map<String, Section> |
Public Member Functions | |
| Ini () | |
| Ini (std::shared_ptr< Format< CharT > > fmt) | |
| void | generate (std::basic_ostream< CharT > &os) const |
| void | parse (std::basic_istream< CharT > &is) |
| void | interpolate () |
| void | default_section (const Section &sec) |
| void | strip_trailing_comments () |
| void | clear () |
Public Attributes | |
| Sections | sections |
| std::list< String > | errors |
| std::shared_ptr< Format< CharT > > | format |
Static Public Attributes | |
| static const int | max_interpolation_depth = 10 |
| using inipp::Ini< CharT >::Section = std::map<String, String> |
| using inipp::Ini< CharT >::Sections = std::map<String, Section> |
| using inipp::Ini< CharT >::String = std::basic_string<CharT> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::list<String> inipp::Ini< CharT >::errors |
| std::shared_ptr<Format<CharT> > inipp::Ini< CharT >::format |
|
static |
| Sections inipp::Ini< CharT >::sections |