Sierra Toolkit
Version of the Day
|
#include <Callback.hpp>
Public Member Functions | |
virtual void | operator() () const =0 |
Member function operator() calls the member function on the object. | |
virtual | ~Callback () |
Class Callback ...
Definition at line 31 of file Callback.hpp.
|
inlinevirtual |
Destroys a Callback instance.
Definition at line 45 of file Callback.hpp.