ROSE
0.11.96.11
|
Definition at line 19 of file Callbacks.h.
Public Member Functions | |
bool | isEmpty () const |
bool | operator== (const Callbacks &other) |
Callbacks & | append (const Callback &callback) |
Callbacks & | append (const Callbacks &other) |
Callbacks & | prepend (const Callback &callback) |
Callback & | prepend (const Callbacks &other) |
Callbacks & | eraseFirst (const Callback &callback) |
Callbacks & | eraseLast (const Callback &callback) |
Callbacks & | eraseMatching (const Callback &callback) |
template<class CB , class Args > | |
bool | applyCallback (CB *callback, bool chained, Args &args) const |
template<class CB , class Args > | |
bool | applyCallback (const SharedPointer< CB > &callback, bool chained, Args &args) const |
template<class CB , class Args > | |
bool | applyCallback (CB &callback, bool chained, Args &args) const |
template<class Arguments > | |
bool | apply (bool chained, const Arguments &arguments) const |
template<class Arguments > | |
bool | apply (bool chained, Arguments &arguments) const |