MAK RTIspy API Documentation for HLA 1516
List of all members | Public Member Functions
DtDistributorThreadEvent Class Reference

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

+ Inheritance diagram for DtDistributorThreadEvent:

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

virtual DtDistributorThreadEvent::~DtDistributorThreadEvent ( )
inlinevirtual

Member Function Documentation

virtual DtDistributorThreadEvent* DtDistributorThreadEvent::clone ( ) const
pure virtual
virtual bool DtDistributorThreadEvent::operator== ( const DtDistributorThreadEvent value)
inlinevirtual

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 ( )
inlinevirtual

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 Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)