MAK RTIspy API Documentation for HLA 1516
Public Member Functions
DtRtiExecCmd Class Reference

DtRtiExecCmd base class enforces clone() and operator() ability and provides a very basic functor comparison operator. More...

+ Inheritance diagram for DtRtiExecCmd:

List of all members.

Public Member Functions

 DtRtiExecCmd ()
virtual ~DtRtiExecCmd ()
virtual DtRtiExecCmdclone () const =0
virtual void operator() (const DtRtiExec &exec)=0
virtual bool operator== (const DtRtiExecCmd &value)
 The default comparison uses RTTI typeid to treat functor as a standard function pointer (ie - same function => same functor without regard to state).

Detailed Description

DtRtiExecCmd base class enforces clone() and operator() ability and provides a very basic functor comparison operator.


Constructor & Destructor Documentation

virtual DtRtiExecCmd::~DtRtiExecCmd ( ) [inline, virtual]

Member Function Documentation

virtual DtRtiExecCmd* DtRtiExecCmd::clone ( ) const [pure virtual]
virtual void DtRtiExecCmd::operator() ( const DtRtiExec exec) [pure virtual]
virtual bool DtRtiExecCmd::operator== ( const DtRtiExecCmd 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.


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)