VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtConnectionFileRecord Class Reference
Inheritance diagram for DtConnectionFileRecord:
Inheritance graph
[legend]

Public Member Functions

 DtConnectionFileRecord ()
 CTOR.
 DtConnectionFileRecord (const DtConnectionFileRecord &orig)
 Copy CTOR.
DtConnectionFileRecordoperator= (const DtConnectionFileRecord &orig)
 Assignment OP.
 ~DtConnectionFileRecord ()
 DTOR.
virtual bool setConnFileRecordStringValue (std::string argDescriptor, std::string argValue)
 Mutators: Updates the setting in the driver record.
virtual bool setConnFileRecordIntValue (std::string argDescriptor, int argValue)
virtual bool setConnFileRecordBoolValue (std::string argDescriptor, bool argValue)
virtual bool removeDriverEntry (std::string argDescriptor)
virtual bool connFileRecordStringValue (std::string argDescriptor, std::string &argValue) const
 Accessors: Gets the value of the setting from the driver record.
virtual bool connFileRecordIntValue (std::string argDescriptor, int &argValue) const
virtual bool connFileRecordBoolValue (std::string argDescriptor, bool &argValue) const
virtual std::string name () const
virtual void setName (std::string newName)
virtual std::string filePath ()
- Public Member Functions inherited from makArchives::DtDriverRecord
 DtDriverRecord ()
 CTOR.
 DtDriverRecord (const DtDriverRecord &orig)
 Copy CTOR.
DtDriverRecordoperator= (const DtDriverRecord &orig)
 Assignment OP.
 ~DtDriverRecord ()
 DTOR.
const std::string & classType () const
 Get the class type of the driver.
void setClassType (const std::string &type)
 Set the class type of the driver.
std::map< std::string,
std::string > & 
settings ()
 Get the settings map of the driver.
const std::map< std::string,
std::string > & 
settings () const

Static Public Member Functions

static std::string makeFilePath (std::string baseFileName)

Protected Attributes

std::string myName
- Protected Attributes inherited from makArchives::DtDriverRecord
std::string myType
std::map< std::string,
std::string > 
mySettings

Additional Inherited Members

- Protected Member Functions inherited from makArchives::DtDriverRecord
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 <<.

Constructor & Destructor Documentation

DtConnectionFileRecord::DtConnectionFileRecord ( )

CTOR.

DtConnectionFileRecord::DtConnectionFileRecord ( const DtConnectionFileRecord orig)

Copy CTOR.

DtConnectionFileRecord::~DtConnectionFileRecord ( )

DTOR.

Member Function Documentation

DtConnectionFileRecord& DtConnectionFileRecord::operator= ( const DtConnectionFileRecord orig)

Assignment OP.

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

Member Data Documentation

std::string DtConnectionFileRecord::myName
protected

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)