![]() |
VR-Exchange 2.10 API Documentation
|
Public Member Functions | |
| DtXMLEntityValuePair () | |
| Default CTOR. More... | |
| DtXMLEntityValuePair (const DtString &type, const DtTime &rate) | |
| CTOR. More... | |
| DtXMLEntityValuePair (const DtXMLEntityValuePair &vec) | |
| Copy CTOR. More... | |
| ~DtXMLEntityValuePair () | |
| DTOR. More... | |
| DtXMLEntityValuePair & | operator= (const DtXMLEntityValuePair &vec) |
| Assignment Operator. More... | |
| DtXMLEntityValuePair () | |
| DtXMLEntityValuePair (const DtString &type, const DtTime &rate) | |
| Construct from values. More... | |
| ~DtXMLEntityValuePair () | |
| destructor More... | |
| DtXMLEntityValuePair (const DtXMLEntityValuePair &vec) | |
| copy constructor More... | |
| DtXMLEntityValuePair & | operator= (const DtXMLEntityValuePair &vec) |
| assignment operator More... | |
Entity type getter/setter. | |
| const DtString & | entityType () const |
| void | setEntityType (const DtString &type) |
Rate getter/setter. | |
| const DtTime & | rate () const |
| void | setRate (const DtTime &rate) |
| const DtString & | entityType () const |
| gets/sets the x component of a Vector More... | |
| void | setEntityType (const DtString &type) |
| gets/sets the x component of a Vector More... | |
| const DtTime & | rate () const |
| gets/sets the y component of a Vector More... | |
| void | setRate (const DtTime &rate) |
| gets/sets the y component of a Vector More... | |
Protected Attributes | |
| DtString | myEntityType |
| DtTime | myRate |
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | ) |
Default CTOR.
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | const DtString & | type, |
| const DtTime & | rate | ||
| ) |
CTOR.
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | const DtXMLEntityValuePair & | vec | ) |
Copy CTOR.
| DtXMLEntityValuePair::~DtXMLEntityValuePair | ( | ) |
DTOR.
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | ) |
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | const DtString & | type, |
| const DtTime & | rate | ||
| ) |
Construct from values.
| DtXMLEntityValuePair::~DtXMLEntityValuePair | ( | ) |
destructor
| DtXMLEntityValuePair::DtXMLEntityValuePair | ( | const DtXMLEntityValuePair & | vec | ) |
copy constructor
| const DtString& DtXMLEntityValuePair::entityType | ( | ) | const |
gets/sets the x component of a Vector
| const DtString& DtXMLEntityValuePair::entityType | ( | ) | const |
| DtXMLEntityValuePair& DtXMLEntityValuePair::operator= | ( | const DtXMLEntityValuePair & | vec | ) |
assignment operator
| DtXMLEntityValuePair& DtXMLEntityValuePair::operator= | ( | const DtXMLEntityValuePair & | vec | ) |
Assignment Operator.
| const DtTime& DtXMLEntityValuePair::rate | ( | ) | const |
gets/sets the y component of a Vector
| const DtTime& DtXMLEntityValuePair::rate | ( | ) | const |
| void DtXMLEntityValuePair::setEntityType | ( | const DtString & | type | ) |
gets/sets the x component of a Vector
| void DtXMLEntityValuePair::setEntityType | ( | const DtString & | type | ) |
| void DtXMLEntityValuePair::setRate | ( | const DtTime & | rate | ) |
gets/sets the y component of a Vector
| void DtXMLEntityValuePair::setRate | ( | const DtTime & | rate | ) |
|
protected |
|
protected |