Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ptree_serialization.hpp File Reference
Include dependency graph for ptree_serialization.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::property_tree
 

Functions

template<class Archive , class K , class D , class C >
void boost::property_tree::save (Archive &ar, const basic_ptree< K, D, C > &t, const unsigned int file_version)
 Serialize the property tree to the given archive. More...
 
template<class Archive , class K , class D , class C >
void boost::property_tree::load (Archive &ar, basic_ptree< K, D, C > &t, const unsigned int file_version)
 De-serialize the property tree to the given archive. More...
 
template<class Archive , class K , class D , class C >
void boost::property_tree::serialize (Archive &ar, basic_ptree< K, D, C > &t, const unsigned int file_version)
 Load or store the property tree using the given archive. More...