Public Member Functions | |
| IntStrPairComparePredicate () | |
| IntStrPairComparePredicate () | |
| bool | operator() (const IntStrPair pair1, const IntStrPair pair2) const |
| bool | operator() (const IntStrPair pair1, const IntStrPair pair2) const |
Public Attributes | |
| int | dummy |
|
|
Definition at line 271 of file menu-context.cpp. References dummy. 00271 : dummy(0) {}
|
|
|
Definition at line 1380 of file winmain.cpp. References dummy. 01380 : dummy(0) 01381 { 01382 }
|
|
||||||||||||
|
Definition at line 1384 of file winmain.cpp. 01385 {
01386 return (pair1.second.compare(pair2.second) < 0);
01387 }
|
|
||||||||||||
|
Definition at line 273 of file menu-context.cpp. 00274 {
00275 return (pair1.second.compare(pair2.second) < 0);
00276 }
|
|
|
Definition at line 1389 of file winmain.cpp. Referenced by IntStrPairComparePredicate(). |
1.4.1