|
Open Model Railroad Network (OpenMRN)
|
STL-compatible comparator function for sorting DataElements. More...
Public Member Functions | |
| bool | operator() (const DataElement &a, const DataElement &b) const |
| Sorting operator by address. | |
| bool | operator() (unsigned a, const DataElement &b) const |
| Sorting operator by address. | |
| bool | operator() (const DataElement &a, unsigned b) const |
| Sorting operator by address. | |
STL-compatible comparator function for sorting DataElements.
Definition at line 356 of file VirtualMemorySpace.hxx.
|
inline |
Sorting operator by address.
Definition at line 359 of file VirtualMemorySpace.hxx.
|
inline |
Sorting operator by address.
Definition at line 369 of file VirtualMemorySpace.hxx.
|
inline |
Sorting operator by address.
Definition at line 364 of file VirtualMemorySpace.hxx.