MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
DtRtiExecCmd Class Referenceabstract

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

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 Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)