17 #ifndef HEADER_SUPERTUX_UTIL_READER_ITERATOR_HPP 18 #define HEADER_SUPERTUX_UTIL_READER_ITERATOR_HPP 45 std::string as_string_item();
47 std::string get_key()
const;
49 void get(
bool& value)
const;
50 void get(
int& value)
const;
51 void get(
float& value)
const;
52 void get(std::string& value)
const;
56 const sexp::Value& get_sexp()
const;
61 const std::vector<sexp::Value>& m_arr;
The ReaderIterator class is for backward compatibilty with old fileformats only, do not use it in new...
Definition: reader_iterator.hpp:33
Definition: object_option.hpp:39
Definition: reader_mapping.hpp:32
The ReaderDocument holds a parsed document in memory, access to it's content is provided by get_root(...
Definition: reader_document.hpp:27