#include <notifier.h>
Inherits TypedEventPtr< A, O >.
Public Member Functions | |
| A | GetAction (void) const |
| TypedActionPtr (A action, O *data) | |
| ~TypedActionPtr () | |
Public Member Functions inherited from TypedEventPtr< A, O > | |
| TypedEventPtr (O *subject) | |
| O * | Subject (void) |
| O * | operator() () |
Protected Attributes | |
| A | mAction |
Protected Attributes inherited from TypedEventPtr< A, O > | |
| O * | mSubject |
Definition at line 237 of file notifier.h.
|
inline |
Definition at line 244 of file notifier.h.
|
inline |
Definition at line 249 of file notifier.h.
|
inline |
Definition at line 241 of file notifier.h.
|
protected |
Definition at line 253 of file notifier.h.