![]() |
MAK RTIspy API Documentation for HLA 1.3
|
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 DtRtiExecCmd * | clone () 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). | |
DtRtiExecCmd base class enforces clone() and operator() ability and provides a very basic functor comparison operator.
| DtRtiExecCmd::DtRtiExecCmd | ( | ) | [inline] |
| virtual DtRtiExecCmd::~DtRtiExecCmd | ( | ) | [inline, virtual] |
| 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.