VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makArchives::DtAutoDriversRecord Class Reference

Record of which drivers to start automatically when the application starts. More...

Public Member Functions

 DtAutoDriversRecord ()
 ~DtAutoDriversRecord ()
 DtAutoDriversRecord (const DtAutoDriversRecord &copy)
DtAutoDriversRecordoperator= (const DtAutoDriversRecord &copy)
const std::vector< std::string > & autoStartDrivers () const
void setAutoStartDrivers (const std::vector< std::string > &)

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< std::string > myAutoStartDrivers

Friends

class boost::serialization::access

Detailed Description

Record of which drivers to start automatically when the application starts.

Constructor & Destructor Documentation

makArchives::DtAutoDriversRecord::DtAutoDriversRecord ( )
makArchives::DtAutoDriversRecord::~DtAutoDriversRecord ( )
makArchives::DtAutoDriversRecord::DtAutoDriversRecord ( const DtAutoDriversRecord copy)

Member Function Documentation

DtAutoDriversRecord& makArchives::DtAutoDriversRecord::operator= ( const DtAutoDriversRecord copy)
const std::vector<std::string>& makArchives::DtAutoDriversRecord::autoStartDrivers ( ) const
void makArchives::DtAutoDriversRecord::setAutoStartDrivers ( const std::vector< std::string > &  )
template<class Archive >
void makArchives::DtAutoDriversRecord::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

Member Data Documentation

std::vector<std::string> makArchives::DtAutoDriversRecord::myAutoStartDrivers
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)