15 namespace ns_rapidjson
29 explicit Writer(
const std::string &file_name);
30 explicit Writer(std::ostream &output_stream);
40 void startArray(
const std::size_t size,
const bool =
false);
46 #define ARILES2_BASIC_TYPE(type) void writeElement(const type &element, const Parameters ¶m);
50 #undef ARILES2_BASIC_TYPE
Configuration writer class.
void startMap(const Parameters &, const std::size_t)
Starts a nested map in the configuration file.
void startArray(const std::size_t size, const bool=false)
void flush()
Flush the configuration to the output.
void startMapEntry(const std::string &map_name)
Starts a nested map in the configuration file.
Writer(const std::string &file_name)
#define ARILES2_BASIC_TYPES_LIST
#define CPPUT_MACRO_SUBSTITUTE(macro)
GenericWriter< NameValuePair > Writer