Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template serialize

boost::property_tree::serialize

Synopsis

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


template<typename Archive, typename K, typename D, typename C> 
   ( ar, basic_ptree<  t, 
                  file_version);

Description

Load or store the property tree using the given archive.

Parameters:

ar

The archive from which to load or save the serialized property tree. The type of this archive will determine whether saving or loading is performed.

file_version

file_version for the archive.

t

The property tree to load or save.


PrevUpHomeNext