VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrf::DtSerializableStdVector< _Type, _SrcType > Class Template Reference

Public Member Functions

 DtSerializableStdVector ()
 DtSerializableStdVector (std::vector< _SrcType > &src)

Protected Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Protected Attributes

std::vector< _SrcType > * mySource
std::vector< _Type > myValues

Friends

class boost::serialization::access

Constructor & Destructor Documentation

template<typename _Type, typename _SrcType>
makVrf::DtSerializableStdVector< _Type, _SrcType >::DtSerializableStdVector ( )
inline
template<typename _Type, typename _SrcType>
makVrf::DtSerializableStdVector< _Type, _SrcType >::DtSerializableStdVector ( std::vector< _SrcType > &  src)
inline

Member Function Documentation

template<typename _Type, typename _SrcType>
template<class Archive >
void makVrf::DtSerializableStdVector< _Type, _SrcType >::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprotected

When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.

References makVrf::DtSerializableStdVector< _Type, _SrcType >::mySource, and makVrf::DtSerializableStdVector< _Type, _SrcType >::myValues.

Friends And Related Function Documentation

template<typename _Type, typename _SrcType>
friend class boost::serialization::access
friend

Member Data Documentation

template<typename _Type, typename _SrcType>
std::vector<_SrcType>* makVrf::DtSerializableStdVector< _Type, _SrcType >::mySource
protected
template<typename _Type, typename _SrcType>
std::vector<_Type> makVrf::DtSerializableStdVector< _Type, _SrcType >::myValues
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)