Public Member Functions | |
| bool | operator() (const CatalogCrossReference::Entry &a, const CatalogCrossReference::Entry &b) const |
| XrefEntryPredicate () | |
Public Attributes | |
| int | dummy |
|
|
Definition at line 49 of file catalogxref.cpp. References dummy. 00049 : dummy(0) {};
|
|
||||||||||||
|
Definition at line 51 of file catalogxref.cpp. 00053 {
00054 return a.catalogNumber < b.catalogNumber;
00055 }
|
|
|
Definition at line 47 of file catalogxref.cpp. Referenced by XrefEntryPredicate(). |
1.4.1