#include <parser.hpp>
Public Attributes | |
std::string | data = "" |
std::string | format_type = "" |
std::string | name = "" |
int | offset = 0 |
int | size = 0 |
std::string | title = "" |
Definition at line 141 of file parser.hpp.
std::string section::data = "" |
Definition at line 145 of file parser.hpp.
std::string section::format_type = "" |
Definition at line 144 of file parser.hpp.
std::string section::name = "" |
Definition at line 142 of file parser.hpp.
int section::offset = 0 |
Definition at line 146 of file parser.hpp.
int section::size = 0 |
Definition at line 147 of file parser.hpp.
std::string section::title = "" |
Definition at line 143 of file parser.hpp.