#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/detail/xml_parser_utils.hpp>
#include <string>
#include <ostream>
#include <iomanip>
Go to the source code of this file.
|
template<class Str > |
void | boost::property_tree::xml_parser::write_xml_comment (std::basic_ostream< typename Str::value_type > &stream, const Str &s, int indent, bool separate_line, const xml_writer_settings< Str > &settings) |
|
template<class Ptree > |
void | boost::property_tree::xml_parser::write_xml_element (std::basic_ostream< typename Ptree::key_type::value_type > &stream, const typename Ptree::key_type &key, const Ptree &pt, int indent, const xml_writer_settings< typename Ptree::key_type > &settings) |
|
template<class Str > |
void | boost::property_tree::xml_parser::write_xml_indent (std::basic_ostream< typename Str::value_type > &stream, int indent, const xml_writer_settings< Str > &settings) |
|
template<class Ptree > |
void | boost::property_tree::xml_parser::write_xml_internal (std::basic_ostream< typename Ptree::key_type::value_type > &stream, const Ptree &pt, const std::string &filename, const xml_writer_settings< typename Ptree::key_type > &settings) |
|
template<class Str > |
void | boost::property_tree::xml_parser::write_xml_text (std::basic_ostream< typename Str::value_type > &stream, const Str &s, int indent, bool separate_line, const xml_writer_settings< Str > &settings) |
|