![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtObjectMapEntry: More...

Public Member Functions | |
| DtObjectMapEntry () | |
| default constructor | |
| DtObjectMapEntry (const DtString &name, const DtSimulationAddress &address) | |
| DtObjectMapEntry (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| virtual | ~DtObjectMapEntry () |
| destructor | |
| DtObjectMapEntry (const DtString &name, const DtObjectMapEntry &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtObjectMapEntry & | operator= (const DtObjectMapEntry &orig) |
| assignment operator | |
| virtual DtObjectMapEntry * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| virtual const DtSimulationAddress & | address () |
| Return the address the object is being simulated on. | |
| virtual void | setAddress (const DtSimulationAddress &address) |
| Set the address the object is being simulated on. | |
| virtual const DtString & | name () |
| Return the name of the object. | |
Protected Attributes | |
| DtRwSimulationAddress | myAddress |
| DtRwString | myName |
class DtObjectMapEntry:
Instances of DtObjectMapEntry are created and maintained by a DtAddressMap. They are used to associate an object name with the address on which it is being simulated.
default constructor
| DtObjectMapEntry::DtObjectMapEntry | ( | const DtString & | name, |
| const DtSimulationAddress & | address | ||
| ) |
| DtObjectMapEntry::DtObjectMapEntry | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtObjectMapEntry::~DtObjectMapEntry | ( | ) | [virtual] |
destructor
| DtObjectMapEntry::DtObjectMapEntry | ( | const DtString & | name, |
| const DtObjectMapEntry & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| DtObjectMapEntry& DtObjectMapEntry::operator= | ( | const DtObjectMapEntry & | orig | ) |
assignment operator
| virtual DtObjectMapEntry* DtObjectMapEntry::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
| virtual const DtSimulationAddress& DtObjectMapEntry::address | ( | ) | [virtual] |
Return the address the object is being simulated on.
| virtual void DtObjectMapEntry::setAddress | ( | const DtSimulationAddress & | address | ) | [virtual] |
Set the address the object is being simulated on.
| virtual const DtString& DtObjectMapEntry::name | ( | ) | [virtual] |
Return the name of the object.
DtRwSimulationAddress DtObjectMapEntry::myAddress [protected] |
DtRwString DtObjectMapEntry::myName [protected] |
Reimplemented from DtReaderWriter.