VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 

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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)