#include <RODFNet.h>
Definition at line 137 of file RODFNet.h.
Public Member Functions | |
| DFRouteDescByTimeComperator () | |
| Constructor. | |
| bool | operator() (const RODFRouteDesc &nod1, const RODFRouteDesc &nod2) const |
| Comparing method. | |
| ~DFRouteDescByTimeComperator () | |
| Destructor. | |
| RODFNet::DFRouteDescByTimeComperator::DFRouteDescByTimeComperator | ( | ) | [inline, explicit] |
| RODFNet::DFRouteDescByTimeComperator::~DFRouteDescByTimeComperator | ( | ) | [inline] |
| bool RODFNet::DFRouteDescByTimeComperator::operator() | ( | const RODFRouteDesc & | nod1, | |
| const RODFRouteDesc & | nod2 | |||
| ) | const [inline] |
Comparing method.
Definition at line 146 of file RODFNet.h.
References RODFRouteDesc::duration_2.
00146 { 00147 return nod1.duration_2>nod2.duration_2; 00148 }
1.5.6