Callback.h File Reference
Declaration of the class Callback and related functions.
More...
#include "CountedPtr.h"
|
Classes |
class | Callback |
| Abstract base class for callback objects. More...
|
Namespaces |
namespace | pearl |
| Namespace of the PEARL library.
|
Typedefs |
typedef CountedPtr< Callback > | CallbackPtr |
| Type name for reference-counted callback objects.
|
Functions |
template<class classT , typename funcT > |
CallbackPtr | PEARL_create_callback (classT *instance, funcT function) |
Detailed Description
This header file provides the declaration of the class Callback and related functions.