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