|
void | add (int priority, boost::function< void()> function) |
|
void | execute_all () |
|
template<typename Handler > |
wrapped_handler< Handler > | wrap (int priority, Handler handler) |
|
Definition at line 18 of file prioritised_handlers.cpp.
void handler_priority_queue::add |
( |
int |
priority, |
|
|
boost::function< void()> |
function |
|
) |
| |
|
inline |
void handler_priority_queue::execute_all |
( |
| ) |
|
|
inline |
template<typename Handler >
wrapped_handler<Handler> handler_priority_queue::wrap |
( |
int |
priority, |
|
|
Handler |
handler |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: