![]() |
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 39 of file MFXEventQue.h.
|
inline |
Definition at line 41 of file MFXEventQue.h.
|
inline |
Definition at line 42 of file MFXEventQue.h.
|
inline |
Definition at line 59 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 72 of file MFXEventQue.h.
Referenced by GNEApplicationWindow::eventOccured(), GUIApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 53 of file MFXEventQue.h.
Referenced by GNEApplicationWindow::eventOccured(), GUIApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 65 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::top().
|
inline |
Definition at line 44 of file MFXEventQue.h.
Referenced by GNEApplicationWindow::eventOccured(), GUIApplicationWindow::eventOccured(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
private |
Definition at line 81 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 80 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::add(), MFXEventQue< GUIEvent *>::empty(), MFXEventQue< GUIEvent *>::pop(), MFXEventQue< GUIEvent *>::size(), and MFXEventQue< GUIEvent *>::top().