33 void endRoot(
const std::string &name);
42 explicit Reader(
const std::string &file_name);
50 explicit Reader(std::istream &input_stream);
55 const std::size_t min = 0,
56 const std::size_t max = 0);
67 #define ARILES2_BASIC_TYPE(type) void readElement(type &element);
71 #undef ARILES2_BASIC_TYPE
Configuration reader class.
void endMapEntry()
endMapEntry from the current entry to its parent.
bool startRoot(const std::string &name)
bool startMapEntry(const std::string &child_name)
startMapEntry to the entry with the given name
void startMap(const SizeLimitEnforcementType limit_type=SIZE_LIMIT_NONE, const std::size_t min=0, const std::size_t max=0)
void endRoot(const std::string &name)
Reader(const std::string &file_name)
Constructor.
#define ARILES2_BASIC_TYPES_LIST
#define CPPUT_MACRO_SUBSTITUTE(macro)