#include <te_callback.h>
Public Types | |
typedef bool(T::* | TMethod) () |
Public Member Functions | |
TeCallback0Param (T *object, TMethod method, float priority_=0.0f) | |
bool | operator() () override |
bool | call () override |
virtual float | priority () const override |
bool | equals (const TeICallback0Param *other) const override |
Protected Attributes | |
T * | _object |
TMethod | _method |
float | _priority |
TeCallback is similar to Common::Callback, but it takes 0 parameters, supports priority, and the function returns bool.