#include <MessageDispatcher.h>
Public Member Functions | |
void | add (Message *new_message) |
void | dispatchMessages (xgi::Output *out) |
bool | hasAnyMessages () |
MessageDispatcher () | |
Private Attributes | |
std::vector< Message * > | undispatched |
Definition at line 38 of file MessageDispatcher.h.
|
inline |
Definition at line 47 of file MessageDispatcher.h.
|
inline |
Definition at line 51 of file MessageDispatcher.h.
References undispatched.
Referenced by WebInterface::sendMessage().
void MessageDispatcher::dispatchMessages | ( | xgi::Output * | out | ) |
Definition at line 11 of file MessageDispatcher.cc.
References i, and undispatched.
|
inline |
Definition at line 56 of file MessageDispatcher.h.
References undispatched.
|
private |
Definition at line 43 of file MessageDispatcher.h.
Referenced by add(), dispatchMessages(), and hasAnyMessages().