ClanSoft logo
ClanSoft logo

    CL_EventChain<class T>

Generic event chain template.

Description

Event chains are used to route an event to an event listener.

Class members

void push_back(T event)
void insert( const std::string &name, T event)
void remove(T event)
void remove(const std::string &name)

See Also

None


Back to index



This page was built using the Perceps documentation system.