![]() |
VR-Forces 4.1 Class Documentation
|
Record of which drivers to start automatically when the application starts. More...
Public Member Functions | |
| DtAutoDriversRecord () | |
| ~DtAutoDriversRecord () | |
| DtAutoDriversRecord (const DtAutoDriversRecord ©) | |
| DtAutoDriversRecord & | operator= (const DtAutoDriversRecord ©) |
| 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 |
Record of which drivers to start automatically when the application starts.
| makArchives::DtAutoDriversRecord::DtAutoDriversRecord | ( | ) |
| makArchives::DtAutoDriversRecord::~DtAutoDriversRecord | ( | ) |
| makArchives::DtAutoDriversRecord::DtAutoDriversRecord | ( | const DtAutoDriversRecord & | copy | ) |
| 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 > & | ) |
|
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 >>.
|
friend |
|
protected |