![]() |
SUMO - Simulation of Urban MObility
|
#include <MFXEventQue.h>
Public Member Functions | |
void | add (T what) |
bool | empty () |
MFXEventQue () | |
void | pop () |
int | size () |
T | top () |
~MFXEventQue () | |
Private Attributes | |
std::list< T > | myItems |
MFXMutex | myMutex |
Definition at line 38 of file MFXEventQue.h.
|
inline |
Definition at line 40 of file MFXEventQue.h.
|
inline |
Definition at line 41 of file MFXEventQue.h.
|
inline |
Definition at line 58 of file MFXEventQue.h.
Referenced by GUIRunThread::makeStep(), GUILoadThread::retrieveMessage(), GNELoadThread::retrieveMessage(), GUIRunThread::retrieveMessage(), GUILoadThread::run(), GUIApplicationWindow::sendBlockingEvent(), GUILoadThread::submitEndAndCleanup(), and GNELoadThread::submitEndAndCleanup().
|
inline |
Definition at line 71 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccured(), GNEApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 52 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccured(), GNEApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 64 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::top().
|
inline |
Definition at line 43 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccured(), GNEApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
private |
Definition at line 80 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::add(), MFXEventQue< GUIEvent *>::empty(), MFXEventQue< GUIEvent *>::pop(), MFXEventQue< GUIEvent *>::size(), and MFXEventQue< GUIEvent *>::top().
|
private |
Definition at line 79 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::add(), MFXEventQue< GUIEvent *>::empty(), MFXEventQue< GUIEvent *>::pop(), MFXEventQue< GUIEvent *>::size(), and MFXEventQue< GUIEvent *>::top().