Go to the source code of this file.
Classes | |
class | boost::property_tree::xml_parser::xml_writer_settings< Str > |
Xml writer settings. The default settings lead to no pretty printing. More... | |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::property_tree | |
boost::property_tree::xml_parser | |
Functions | |
template<class Str > | |
Str | boost::property_tree::xml_parser::widen (const char *text) |
template<class Str > | |
xml_writer_settings< Str > | boost::property_tree::xml_parser::xml_writer_make_settings (typename Str::value_type indent_char=(typename Str::value_type)(' '), typename Str::size_type indent_count=0, const Str &encoding=widen< Str >("utf-8")) |