MAK RTIspy API Documentation for HLA 1.3
List of all members | 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:

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

DtRtiExecCmd::DtRtiExecCmd ( )
inline
virtual DtRtiExecCmd::~DtRtiExecCmd ( )
inlinevirtual

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)
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.


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

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)