![]() |
VR-Forces 5.0.2 Developer's Guide
|
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 |
|
inline |
|
inline |
|
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.
|
friend |
|
protected |
|
protected |