#include <usignal.hpp>
Public Member Functions | |
void | push_front (USlotBase *slot) |
bool | remove (const USlotBase *slot) |
Protected Types | |
typedef std::list< USlotBase * >::iterator | SlotIterator |
Protected Member Functions | |
bool | final_remove (const USlotBase *slot) |
Protected Attributes | |
std::list< USlotBase * > | _slots |