![]() |
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 32 of file MFXEventQue.h.
|
inline |
Definition at line 34 of file MFXEventQue.h.
|
inline |
Definition at line 35 of file MFXEventQue.h.
|
inline |
Definition at line 52 of file MFXEventQue.h.
Referenced by GUIRunThread::makeStep(), GNELoadThread::retrieveMessage(), GUILoadThread::retrieveMessage(), GUIRunThread::retrieveMessage(), GUILoadThread::run(), GUIApplicationWindow::sendBlockingEvent(), GUILoadThread::submitEndAndCleanup(), and GNELoadThread::submitEndAndCleanup().
|
inline |
Definition at line 65 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 46 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 58 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::top().
|
inline |
Definition at line 37 of file MFXEventQue.h.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
private |
Definition at line 74 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 73 of file MFXEventQue.h.
Referenced by MFXEventQue< GUIEvent *>::add(), MFXEventQue< GUIEvent *>::empty(), MFXEventQue< GUIEvent *>::pop(), MFXEventQue< GUIEvent *>::size(), and MFXEventQue< GUIEvent *>::top().