![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <AFCentralizedSPTree.h>
Public Member Functions | |
| EdgeInfoComparator (std::vector< ArcInfo * > &arcInfos) | |
| Constructor. | |
| bool | operator() (const typename SUMOAbstractRouter< E, V >::EdgeInfo *edgeInfo1, const typename SUMOAbstractRouter< E, V >::EdgeInfo *edgeInfo2) const |
| Comparing method. | |
Private Attributes | |
| std::vector< ArcInfo * > & | myArcInfos |
Definition at line 59 of file AFCentralizedSPTree.h.
|
inline |
Constructor.
| [in] | arcInfos | The arc informations |
Definition at line 64 of file AFCentralizedSPTree.h.
References myArcInfos.
|
inline |
Comparing method.
| [in] | edgeInfo1 | The first edge information |
| [in] | edgeInfo2 | The second edge information |
Definition at line 73 of file AFCentralizedSPTree.h.
References SUMOAbstractRouter< E, V >::EdgeInfo::edge, AFInfo< E >::ArcInfoBase::key, and myArcInfos.
|
private |
Definition at line 88 of file AFCentralizedSPTree.h.
Referenced by EdgeInfoComparator(), and operator()().