|
Sierra Toolkit
Version of the Day
|

Go to the source code of this file.
Classes | |
| class | sierra::Callback< void > |
| Class Callback ... More... | |
| class | sierra::Callback< T > |
| Class Callback ... More... | |
Namespaces | |
| namespace | sierra |
Typedefs | |
| typedef Callback< void > | sierra::CallbackBase |
| Shorthand for Callback<void> | |
Functions | |
| template<typename T > | |
| CallbackBase * | sierra::create_callback (T &t, void(T::*f)()) |
| Member function create_callback creates a new callback object which calls the member function f on the object t. | |
Callback implements a functor to call a member function of an object.
Definition in file Callback.hpp.