![]() |
MAK RTIspy API Documentation for HLA 1516
|
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.
|
inline |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
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.