A record for saving out a driver instance.
More...
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::string | myType |
std::map< std::string,
std::string > | mySettings |
Detailed Description
A record for saving out a driver instance.
Constructor & Destructor Documentation
| makArchives::DtDriverRecord::DtDriverRecord |
( |
| ) |
|
| makArchives::DtDriverRecord::DtDriverRecord |
( |
const DtDriverRecord & |
orig | ) |
|
| makArchives::DtDriverRecord::~DtDriverRecord |
( |
| ) |
|
Member Function Documentation
| const std::string& makArchives::DtDriverRecord::classType |
( |
| ) |
const |
Get the class type of the driver.
| void makArchives::DtDriverRecord::setClassType |
( |
const std::string & |
type | ) |
|
Set the class type of the driver.
| std::map<std::string,std::string>& makArchives::DtDriverRecord::settings |
( |
| ) |
|
Get the settings map of the driver.
| const std::map<std::string,std::string>& makArchives::DtDriverRecord::settings |
( |
| ) |
const |
Get the settings map of the driver.
template<class Archive >
| void makArchives::DtDriverRecord::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
| std::string makArchives::DtDriverRecord::myType |
|
protected |
| std::map<std::string,std::string> makArchives::DtDriverRecord::mySettings |
|
protected |
The documentation for this class was generated from the following file: