|
|
ModuleCmp is a helper class used to make comparisons between ModuleData pointers. It's needed so we can store ModuleData pointers in an STL map, but sort and reference them as if we stored the object itself in the map.
bool operator() (const ModuleData* a, const ModuleData* b)
| operator() |
[const]