![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtCreateQueueEntry (DtIfCreateVrfObject createMessage, DtVrfObjectManager *objectManager) | |
| constructor Call precomputeObjectLocations (from the base class) with the parameters from the message. | |
| DtCreateQueueEntry (const DtCreateQueueEntry &orig) | |
| copy constructor | |
| virtual | ~DtCreateQueueEntry () |
| destructor | |
| virtual const DtIfCreateVrfObject | createMessage () const |
| Returns myCreateMessage. | |
Protected Attributes | |
| DtIfCreateVrfObject | myCreateMessage |
| The create message, as passed into the constructor. | |
Private Member Functions | |
| const DtCreateQueueEntry & | operator= (const DtCreateQueueEntry &orig) |
| assignment operator, not implemented | |
| DtCreateQueueEntry::DtCreateQueueEntry | ( | DtIfCreateVrfObject | createMessage, |
| DtVrfObjectManager * | objectManager | ||
| ) |
constructor Call precomputeObjectLocations (from the base class) with the parameters from the message.
| DtCreateQueueEntry::DtCreateQueueEntry | ( | const DtCreateQueueEntry & | orig | ) |
copy constructor
| virtual DtCreateQueueEntry::~DtCreateQueueEntry | ( | ) | [virtual] |
destructor
| virtual const DtIfCreateVrfObject DtCreateQueueEntry::createMessage | ( | ) | const [virtual] |
Returns myCreateMessage.
| const DtCreateQueueEntry& DtCreateQueueEntry::operator= | ( | const DtCreateQueueEntry & | orig | ) | [private] |
assignment operator, not implemented
The create message, as passed into the constructor.