Struct mata::parser::ParsedSectionΒΆ
-
struct ParsedSection
Parsed data (single section)
Public Functions
-
inline bool empty() const
Is the section empty?
-
bool operator==(const ParsedSection &rhs) const
Equality operator.
-
const std::vector<std::string> &operator[](const std::string &key) const
subscript operator for the key-value store
-
inline bool haskey(const std::string &key) const
check whether the key-value store contains a key
-
inline bool empty() const