![]() |
MAK RTIspy API Documentation for HLA 1.3
|
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. | |
Protected Member Functions | |
| DtRetractInfoItem (void *data) | |
| Constructor - called only by DtRetractInfoList. | |
Protected Attributes | |
| DtRetractInfo * | myInfo |
Friends | |
| class | DtRetractInfoList |
Envelope used by DtRetractInfoList to contain the messsage inserted into it.
| DtRetractInfoItem::~DtRetractInfoItem | ( | ) | [virtual] |
Destructor.
| DtRetractInfoItem::DtRetractInfoItem | ( | void * | data | ) | [protected] |
Constructor - called only by DtRetractInfoList.
| bool DtRetractInfoItem::operator< | ( | const DtSortedListItem & | item | ) | const [virtual] |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
| bool DtRetractInfoItem::operator<= | ( | const DtSortedListItem & | item | ) | const [virtual] |
Comparison operators for sorting.
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
| bool DtRetractInfoItem::operator== | ( | const DtSortedListItem & | item | ) | const [virtual] |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
| bool DtRetractInfoItem::operator> | ( | const DtSortedListItem & | item | ) | const [virtual] |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
| bool DtRetractInfoItem::operator>= | ( | const DtSortedListItem & | item | ) | const [virtual] |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myInfo, and DtRetractInfo::time().
| void DtRetractInfoItem::printData | ( | ) | [virtual] |
Print data contents.
Reimplemented from DtSortedListItem.
References RTI::FedTime::getPrintableLength(), RTI::FedTime::getPrintableString(), RTI::FedTime::isPositiveInfinity(), myInfo, DtRetractInfo::serialNumber(), and DtRetractInfo::time().
| DtRetractInfo * DtRetractInfoItem::retractInfo | ( | ) | [inline, virtual] |
Return pointer to data as a retract info.
References myInfo.
Referenced by DtRetractInfoList::lookupByNumber().
friend class DtRetractInfoList [friend] |
DtRetractInfo* DtRetractInfoItem::myInfo [protected] |
Referenced by operator<(), operator<=(), operator==(), operator>(), operator>=(), printData(), and retractInfo().