|
| 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 <<. More...
|
| |
| DtConnectionFileRecord::DtConnectionFileRecord |
( |
| ) |
|
| DtConnectionFileRecord::~DtConnectionFileRecord |
( |
| ) |
|
| virtual bool DtConnectionFileRecord::setConnFileRecordStringValue |
( |
std::string |
argDescriptor, |
|
|
std::string |
argValue |
|
) |
| |
|
virtual |
Mutators: Updates the setting in the driver record.
| virtual bool DtConnectionFileRecord::setConnFileRecordIntValue |
( |
std::string |
argDescriptor, |
|
|
int |
argValue |
|
) |
| |
|
virtual |
| virtual bool DtConnectionFileRecord::setConnFileRecordBoolValue |
( |
std::string |
argDescriptor, |
|
|
bool |
argValue |
|
) |
| |
|
virtual |
| virtual bool DtConnectionFileRecord::removeDriverEntry |
( |
std::string |
argDescriptor | ) |
|
|
virtual |
| virtual bool DtConnectionFileRecord::connFileRecordStringValue |
( |
std::string |
argDescriptor, |
|
|
std::string & |
argValue |
|
) |
| const |
|
virtual |
Accessors: Gets the value of the setting from the driver record.
| virtual bool DtConnectionFileRecord::connFileRecordIntValue |
( |
std::string |
argDescriptor, |
|
|
int & |
argValue |
|
) |
| const |
|
virtual |
| virtual bool DtConnectionFileRecord::connFileRecordBoolValue |
( |
std::string |
argDescriptor, |
|
|
bool & |
argValue |
|
) |
| const |
|
virtual |
| virtual std::string DtConnectionFileRecord::name |
( |
| ) |
const |
|
virtual |
| virtual void DtConnectionFileRecord::setName |
( |
std::string |
newName | ) |
|
|
virtual |
| virtual std::string DtConnectionFileRecord::filePath |
( |
| ) |
|
|
virtual |
| static std::string DtConnectionFileRecord::makeFilePath |
( |
std::string |
baseFileName | ) |
|
|
static |
| std::string DtConnectionFileRecord::myName |
|
protected |
The documentation for this class was generated from the following file: