![]() |
Home | Libraries | People | FAQ | More |
boost::property_tree::ini_parser::write_ini
// In header: <boost/property_tree/ini_parser.hpp> template<typename Ptree> void write_ini(std::basic_ostream< typename Ptree::key_type::value_type > & stream, const Ptree & pt, int flags = 0);
Translates the property tree to INI and writes it the given output stream.
Parameters: |
|
||||||
Requires: |
pt cannot have data in its root. <simplesectsep></simplesectsep>pt cannot have keys both data and children. <simplesectsep></simplesectsep>pt cannot be deeper than two levels. <simplesectsep></simplesectsep>There cannot be duplicate keys on any given level of pt. |
||||||
Throws: |
ini_parser_error |