17 #ifndef HEADER_SUPERTUX_UTIL_READER_OBJECT_HPP 18 #define HEADER_SUPERTUX_UTIL_READER_OBJECT_HPP 35 std::string get_name()
const;
40 const sexp::Value& get_sexp()
const {
return m_sx; }
44 const sexp::Value& m_sx;
Definition: reader_object.hpp:30
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
Definition: reader_collection.hpp:30