MAK RTIspy API Documentation for HLA 1.3
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
DtRetractInfoItem Class Reference

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 DtRetractInforetractInfo ()
 Return pointer to data as a retract info.
virtual void printData ()
 Print data contents.
- Public Member Functions inherited from DtSortedListItem
virtual ~DtSortedListItem ()
 Destructor.
DtSortedListItemprev () const
 Return previous (next) item.
DtSortedListItemnext () 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

DtRetractInfomyInfo
- Protected Attributes inherited from DtSortedListItem
DtSortedListItemmyPrev
DtSortedListItemmyNext
void * myData

Friends

class DtRetractInfoList

Detailed Description

Envelope used by DtRetractInfoList to contain the messsage inserted into it.

Constructor & Destructor Documentation

DtRetractInfoItem::~DtRetractInfoItem ( )
virtual

Destructor.

DtRetractInfoItem::DtRetractInfoItem ( void *  data)
protected

Constructor - called only by DtRetractInfoList.

Member Function Documentation

bool DtRetractInfoItem::operator< ( const DtSortedListItem item) const
virtual
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
bool DtRetractInfoItem::operator> ( const DtSortedListItem item) const
virtual
bool DtRetractInfoItem::operator>= ( const DtSortedListItem item) const
virtual
void DtRetractInfoItem::printData ( )
virtual
DtRetractInfo * DtRetractInfoItem::retractInfo ( )
inlinevirtual

Return pointer to data as a retract info.

References myInfo.

Referenced by DtRetractInfoList::lookupByNumber().

Friends And Related Function Documentation

friend class DtRetractInfoList
friend

Member Data Documentation

DtRetractInfo* DtRetractInfoItem::myInfo
protected

The documentation for this class was generated from the following files:

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)