|
HyperDbg Debugger
|
#include <inipp.h>
Public Member Functions | |
| virtual bool | is_section_start (CharT ch) const |
| virtual bool | is_section_end (CharT ch) const |
| virtual bool | is_assign (CharT ch) const |
| virtual bool | is_comment (CharT ch) const |
| Format (CharT section_start, CharT section_end, CharT assign, CharT comment, CharT interpol, CharT interpol_start, CharT interpol_sep, CharT interpol_end) | |
| Format () | |
| const std::basic_string< CharT > | local_symbol (const std::basic_string< CharT > &name) const |
| const std::basic_string< CharT > | global_symbol (const std::basic_string< CharT > &sec_name, const std::basic_string< CharT > &name) const |
Public Attributes | |
| const CharT | char_section_start |
| const CharT | char_section_end |
| const CharT | char_assign |
| const CharT | char_comment |
| const CharT | char_interpol |
| const CharT | char_interpol_start |
| const CharT | char_interpol_sep |
| const CharT | char_interpol_end |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
| const CharT inipp::Format< CharT >::char_assign |
| const CharT inipp::Format< CharT >::char_comment |
| const CharT inipp::Format< CharT >::char_interpol |
| const CharT inipp::Format< CharT >::char_interpol_end |
| const CharT inipp::Format< CharT >::char_interpol_sep |
| const CharT inipp::Format< CharT >::char_interpol_start |
| const CharT inipp::Format< CharT >::char_section_end |
| const CharT inipp::Format< CharT >::char_section_start |