#include <seadDelegateEventSlot.h>
Classes | |
| class | Slot |
Public Member Functions | |
| DelegateEvent () | |
| virtual | ~DelegateEvent () |
| void | connect (Slot &slot) |
| void | disconnect (Slot &slot) |
| DelegateEvent< T > & | operator+= (Slot &slot) |
| DelegateEvent< T > & | operator-= (Slot &slot) |
| void | fire (T e) |
| s32 | getSlotLength () const |
Protected Attributes | |
| SlotList | mList |
Private Types | |
| typedef TList< Slot * > | SlotList |
| typedef TListNode< Slot * > | SlotListNode |
|
private |
|
private |
|
inlineexplicit |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |