![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Envelope used by DtRetractInfoList to contain the messsage inserted into it. More...
Inheritance diagram for DtRetractInfoItem:
Collaboration diagram for DtRetractInfoItem:Public Member Functions | |
| virtual | ~DtRetractInfoItem () |
| Destructor. | |
| virtual bool | operator<= (const DtSortedListItem &item) const |
| Comparison operators for sorting. | |
| virtual bool | operator< (const DtSortedListItem &item) const |
| virtual bool | operator>= (const DtSortedListItem &item) const |
| virtual bool | operator> (const DtSortedListItem &item) const |
| virtual bool | operator== (const DtSortedListItem &item) const |
| virtual DtRetractInfo * | retractInfo () |
| Return pointer to data as a retract info. | |
| virtual void | printData () |
| Print data contents. | |
Public Member Functions inherited from DtSortedListItem | |
| virtual | ~DtSortedListItem () |
| Destructor. | |
| DtSortedListItem * | prev () const |
| Return previous (next) item. | |
| DtSortedListItem * | next () const |
| void * | data () const |
| Returns the data element contained in the DtSortedListItem envelope. | |
Protected Member Functions | |
| DtRetractInfoItem (void *data) | |
| Constructor - called only by DtRetractInfoList. | |
Protected Member Functions inherited from DtSortedListItem | |
| DtSortedListItem (void *d) | |
| Constructor - called only by DtSortedList. | |
Protected Attributes | |
| DtRetractInfo * | myInfo |
Protected Attributes inherited from DtSortedListItem | |
| DtSortedListItem * | myPrev |
| DtSortedListItem * | myNext |
| void * | myData |
Friends | |
| class | DtRetractInfoList |
Envelope used by DtRetractInfoList to contain the messsage inserted into it.
|
virtual |
Destructor.
|
protected |
Constructor - called only by DtRetractInfoList.
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
|
virtual |
Comparison operators for sorting.
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
|
virtual |
Print data contents.
Reimplemented from DtSortedListItem.
References RTI::FedTime::getPrintableLength(), RTI::FedTime::getPrintableString(), RTI::FedTime::isPositiveInfinity(), myInfo, DtRetractInfo::serialNumber(), and DtRetractInfo::time().
|
inlinevirtual |
Return pointer to data as a retract info.
References myInfo.
Referenced by DtRetractInfoList::lookupByNumber().
|
friend |
|
protected |
Referenced by operator<(), operator<=(), operator==(), operator>(), operator>=(), printData(), and retractInfo().