![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <FXSynchQue.h>
Public Member Functions | |
void | clear () |
bool | contains (const T &item) const |
bool | empty () |
FXSynchQue (const bool condition=true) | |
Container & | getContainer () |
bool | isLocked () const |
void | pop () |
void | push_back (T what) |
size_t | size () const |
T | top () |
void | unlock () |
void | unsetCondition () |
Private Attributes | |
bool | myCondition |
Container | myItems |
Definition at line 40 of file FXSynchQue.h.
|
inline |
Definition at line 42 of file FXSynchQue.h.
|
inline |
Definition at line 143 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by MSEdgeControl::executeMovements().
|
inline |
Definition at line 172 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
|
inline |
Definition at line 128 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 85 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by MSEdgeControl::executeMovements(), and MSLane::integrateNewVehicles().
|
inline |
Definition at line 187 of file FXSynchQue.h.
|
inline |
Definition at line 65 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 114 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by MSLane::executeMovements(), GUIRunThread::makeStep(), MSEdgeControl::needsVehicleIntegration(), GUILoadThread::retrieveMessage(), GUIRunThread::retrieveMessage(), GNELoadThread::retrieveMessage(), GUILoadThread::run(), GUIApplicationWindow::sendBlockingEvent(), GNELoadThread::submitEndAndCleanup(), and GUILoadThread::submitEndAndCleanup().
|
inline |
Definition at line 157 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by MSLane::empty().
|
inline |
Definition at line 49 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition, and FXSynchQue< T, Container >::myItems.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GNEApplicationWindow::~GNEApplicationWindow(), and GUIApplicationWindow::~GUIApplicationWindow().
|
inline |
Definition at line 100 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition.
Referenced by MSEdgeControl::executeMovements(), and MSLane::integrateNewVehicles().
|
inline |
Definition at line 80 of file FXSynchQue.h.
References FXSynchQue< T, Container >::myCondition.
Referenced by MSLane::checkBufferType().
|
private |
Definition at line 200 of file FXSynchQue.h.
Referenced by FXSynchQue< T, Container >::clear(), FXSynchQue< T, Container >::contains(), FXSynchQue< T, Container >::empty(), FXSynchQue< T, Container >::getContainer(), FXSynchQue< T, Container >::pop(), FXSynchQue< T, Container >::push_back(), FXSynchQue< T, Container >::size(), FXSynchQue< T, Container >::top(), FXSynchQue< T, Container >::unlock(), and FXSynchQue< T, Container >::unsetCondition().
|
private |
Definition at line 199 of file FXSynchQue.h.
Referenced by FXSynchQue< T, Container >::clear(), FXSynchQue< T, Container >::contains(), FXSynchQue< T, Container >::empty(), FXSynchQue< T, Container >::getContainer(), FXSynchQue< T, Container >::pop(), FXSynchQue< T, Container >::push_back(), FXSynchQue< T, Container >::size(), and FXSynchQue< T, Container >::top().