Home | Libraries | People | FAQ | More |
boost::property_tree::load
// In header: <boost/property_tree/ptree_serialization.hpp> template<typename Archive, typename K, typename D, typename C> void load(Archive & ar, basic_ptree< K, D, C > & t, const unsigned int file_version);
De-serialize the property tree to the given archive.
Note | |
---|---|
In addition to de-serializing from regular archives, this supports loading from archives requiring name-value pairs, e.g. XML archives. The format should be that used by boost::property_tree::save. |
Parameters: |
|
||||||
Postconditions: |
|