Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template write_info

boost::property_tree::info_parser::write_info

Synopsis

// In header: <boost/property_tree/info_parser.hpp>


template<typename Ptree> 
   ( filename,  pt, 
                   loc = , 
                   settings = );

Description

Writes a tree to the file in INFO format. The tree's key type must be a string type, i.e. it must have a nested value_type typedef that is a valid parameter for basic_ofstream.

Parameters:

settings

The settings to use when writing the INFO data.

Throws:

info_parser_error If the file cannot be written to, or a conversion fails.

PrevUpHomeNext