|
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...
|
|