MAK RTIspy API Documentation for HLA 1.3
Public Member Functions
DtDistributorThreadEvent Class Reference

and provides a very basic functor comparison operator More...

+ Inheritance diagram for DtDistributorThreadEvent:

List of all members.

Public Member Functions

virtual ~DtDistributorThreadEvent ()
virtual DtDistributorThreadEventclone () const =0
virtual bool operator== (const DtDistributorThreadEvent &value)
 The default comparison uses RTTI typeid to treat functor as a standard function pointer (ie - same function => same functor without regard to state).
virtual void processResults ()
 Derived events may override processResults to collect functor results without casting to dynamic type.

Detailed Description

and provides a very basic functor comparison operator


Constructor & Destructor Documentation


Member Function Documentation

virtual DtDistributorThreadEvent* DtDistributorThreadEvent::clone ( ) const [pure virtual]
virtual bool DtDistributorThreadEvent::operator== ( const DtDistributorThreadEvent value) [inline, virtual]

The default comparison uses RTTI typeid to treat functor as a standard function pointer (ie - same function => same functor without regard to state).

It is provide to make functor implementation trivial.

virtual void DtDistributorThreadEvent::processResults ( ) [inline, virtual]

Derived events may override processResults to collect functor results without casting to dynamic type.

Reimplemented in DtPushFedFileToSingleFederateEvent, DtPushFedFileToFederatesEvent, DtFileReceivedEvent, DtFileRequestedEvent, DtFedExTakeFileEvent, DtFedFileRequestMsgEvent, DtRequestedModulesArrivedEvent, and DtGetFileFromDistributorCmd.

Referenced by DtFedExec::processEvents().


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)