Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
info_parser.hpp File Reference
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/detail/info_parser_error.hpp>
#include <boost/property_tree/detail/info_parser_writer_settings.hpp>
#include <boost/property_tree/detail/info_parser_read.hpp>
#include <boost/property_tree/detail/info_parser_write.hpp>
#include <istream>
Include dependency graph for info_parser.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::property_tree
 
 boost::property_tree::info_parser
 

Functions

template<class Ptree , class Ch >
void boost::property_tree::info_parser::read_info (std::basic_istream< Ch > &stream, Ptree &pt)
 Read INFO from a the given stream and translate it to a property tree. More...
 
template<class Ptree , class Ch >
void boost::property_tree::info_parser::read_info (std::basic_istream< Ch > &stream, Ptree &pt, const Ptree &default_ptree)
 Read INFO from a the given stream and translate it to a property tree. More...
 
template<class Ptree >
void boost::property_tree::info_parser::read_info (const std::string &filename, Ptree &pt, const std::locale &loc=std::locale())
 Read INFO from a the given file and translate it to a property tree. More...
 
template<class Ptree >
void boost::property_tree::info_parser::read_info (const std::string &filename, Ptree &pt, const Ptree &default_ptree, const std::locale &loc=std::locale())
 Read INFO from a the given file and translate it to a property tree. More...
 
template<class Ptree , class Ch >
void boost::property_tree::info_parser::write_info (std::basic_ostream< Ch > &stream, const Ptree &pt, const info_writer_settings< Ch > &settings=info_writer_settings< Ch >())
 Writes a tree to the stream in INFO format. More...
 
template<class Ptree >
void boost::property_tree::info_parser::write_info (const std::string &filename, const Ptree &pt, const std::locale &loc=std::locale(), const info_writer_settings< typename Ptree::key_type::value_type > &settings=info_writer_make_settings< typename Ptree::key_type::value_type >())
 Writes a tree to the file in INFO format. More...