#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/detail/xml_parser_error.hpp>
#include <boost/property_tree/detail/xml_parser_flags.hpp>
#include <boost/property_tree/detail/xml_parser_utils.hpp>
#include <boost/property_tree/detail/rapidxml.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::property_tree | |
boost::property_tree::xml_parser | |
Functions | |
template<class Ptree > | |
void | boost::property_tree::xml_parser::read_xml_internal (std::basic_istream< typename Ptree::key_type::value_type > &stream, Ptree &pt, int flags, const std::string &filename) |
template<class Ptree , class Ch > | |
void | boost::property_tree::xml_parser::read_xml_node (detail::rapidxml::xml_node< Ch > *node, Ptree &pt, int flags) |