|
Open Model Railroad Network (OpenMRN)
|
STL-compatible comparator function for sorting RepeatElements. More...
Public Member Functions | |
| bool | operator() (const RepeatElement &a, const RepeatElement &b) const |
| Sorting operator by end address. | |
| bool | operator() (uint32_t a, const RepeatElement &b) const |
| Sorting operator by end address against a lookup key. | |
STL-compatible comparator function for sorting RepeatElements.
Sorts repeats by the end_ as the key.
Definition at line 388 of file VirtualMemorySpace.hxx.
|
inline |
Sorting operator by end address.
Definition at line 391 of file VirtualMemorySpace.hxx.
|
inline |
Sorting operator by end address against a lookup key.
Definition at line 396 of file VirtualMemorySpace.hxx.