15 namespace ns_rapidjson
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);
63 const std::size_t = 0,
64 const std::size_t = 0);
76 #define ARILES2_BASIC_TYPE(type) void readElement(type &element);
80 #undef ARILES2_BASIC_TYPE
Configuration reader class.
bool startIteratedMapElement(std::string &entry_name)
void endIteratedMapElement()
void endMapEntry()
endMapEntry from the current entry to its parent.
bool startIteratedMap(const SizeLimitEnforcementType=SIZE_LIMIT_NONE, const std::size_t=0, const std::size_t=0)
void startMap(const SizeLimitEnforcementType limit_type=SIZE_LIMIT_NONE, const std::size_t min=0, const std::size_t max=0)
bool startMapEntry(const std::string &child_name)
startMapEntry to the entry with the given name
void constructFromString(const char *)
#define ARILES2_BASIC_TYPES_LIST
#define CPPUT_MACRO_SUBSTITUTE(macro)