boost::serialization Namespace Reference
Namespaces | |
namespace | stl |
Classes | |
struct | version< boost::shared_ptr< T > > |
struct | tracking_level< boost::shared_ptr< T > > |
Functions | |
template<class Archive > | |
void | load (Archive &ar, NS_SSRC_WSPR_UTILITY::property_type &p, const unsigned int) |
template<class Archive , class T > | |
void | save (Archive &ar, const boost::shared_ptr< T > &value, const unsigned int) |
template<class Archive , class T > | |
void | load (Archive &ar, boost::shared_ptr< T > &value, const unsigned int) |
template<class Archive , class T > | |
void | serialize (Archive &ar, boost::shared_ptr< T > &value, const unsigned int version) |
template<class Archive , class T > | |
void | save (Archive &ar, const SSRC_UNIQUE_PTR< T > &value, const unsigned int) |
template<class Archive , class T > | |
void | load (Archive &ar, SSRC_UNIQUE_PTR< T > &value, const unsigned int) |
template<class Archive , class T > | |
void | serialize (Archive &ar, SSRC_UNIQUE_PTR< T > &value, const unsigned int version) |
template<class Archive > | |
void | serialize (Archive &ar, NS_SSRC_WSPR::uuid_key_type &uuid_key, const unsigned int version) |
Function Documentation
template<class Archive , class T >
void boost::serialization::load | ( | Archive & | ar, |
SSRC_UNIQUE_PTR< T > & | value, | ||
const unsigned | int | ||
) | [inline] |
Definition at line 45 of file serialize_unique_ptr.h.
template<class Archive , class T >
void boost::serialization::load | ( | Archive & | ar, |
boost::shared_ptr< T > & | value, | ||
const unsigned | int | ||
) | [inline] |
Definition at line 64 of file serialize_shared_ptr.h.
template<class Archive >
void boost::serialization::load | ( | Archive & | ar, |
NS_SSRC_WSPR_UTILITY::property_type & | p, | ||
const unsigned | int | ||
) |
Definition at line 942 of file utility/Properties.h.
References NS_SSRC_WSPR_UTILITY, PropertyArray, PropertyBool, PropertyDouble, PropertyInt, PropertyInt64, PropertyPrimitiveArray, PropertyString, PropertyUInt, and PropertyUInt64.
Referenced by GroupSessionOptions::notify().
template<class Archive , class T >
void boost::serialization::save | ( | Archive & | ar, |
const SSRC_UNIQUE_PTR< T > & | value, | ||
const unsigned | int | ||
) | [inline] |
Definition at line 37 of file serialize_unique_ptr.h.
template<class Archive , class T >
void boost::serialization::save | ( | Archive & | ar, |
const boost::shared_ptr< T > & | value, | ||
const unsigned | int | ||
) | [inline] |
Definition at line 56 of file serialize_shared_ptr.h.
template<class Archive >
void boost::serialization::serialize | ( | Archive & | ar, |
NS_SSRC_WSPR::uuid_key_type & | uuid_key, | ||
const unsigned int | version | ||
) | [inline] |
Definition at line 51 of file uuid_key.h.
template<class Archive , class T >
void boost::serialization::serialize | ( | Archive & | ar, |
SSRC_UNIQUE_PTR< T > & | value, | ||
const unsigned int | version | ||
) | [inline] |
Definition at line 59 of file serialize_unique_ptr.h.
template<class Archive , class T >
void boost::serialization::serialize | ( | Archive & | ar, |
boost::shared_ptr< T > & | value, | ||
const unsigned int | version | ||
) | [inline] |
Definition at line 78 of file serialize_shared_ptr.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.