VR-Forces 4.1 Class Documentation
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makArchives::DtPropSettingsRecord Class Reference

A DtPropSettingsRecord contains the information to restore settings for all scene props. More...

Public Types

typedef std::vector< DtPropRecordPropRecords

Public Member Functions

 DtPropSettingsRecord ()
 CTOR.
 DtPropSettingsRecord (const PropRecords &records)
 CTOR.
 ~DtPropSettingsRecord ()
 DTOR.
DtPropSettingsRecordoperator= (const DtPropSettingsRecord &orig)
 Assignment OP.
const PropRecordsrecords () const
 Get the records.
PropRecordsrecords ()

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

PropRecords myRecords

Friends

class boost::serialization::access
 Serialization/Deserialization //.

Detailed Description

A DtPropSettingsRecord contains the information to restore settings for all scene props.

Member Typedef Documentation

Constructor & Destructor Documentation

makArchives::DtPropSettingsRecord::DtPropSettingsRecord ( )

CTOR.

makArchives::DtPropSettingsRecord::DtPropSettingsRecord ( const PropRecords records)

CTOR.

makArchives::DtPropSettingsRecord::~DtPropSettingsRecord ( )

DTOR.

Member Function Documentation

DtPropSettingsRecord& makArchives::DtPropSettingsRecord::operator= ( const DtPropSettingsRecord orig)

Assignment OP.

const PropRecords& makArchives::DtPropSettingsRecord::records ( ) const

Get the records.

PropRecords& makArchives::DtPropSettingsRecord::records ( )
template<class Archive >
void makArchives::DtPropSettingsRecord::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 >>.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Serialization/Deserialization //.

Member Data Documentation

PropRecords makArchives::DtPropSettingsRecord::myRecords
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)