Public Member Functions | |
| CatalogNumberOrderingPredicate () | |
| bool | operator() (const Star &star0, const Star &star1) const |
Public Attributes | |
| int | unused |
|
|
Definition at line 52 of file stardb.cpp. 00052 {};
|
|
||||||||||||
|
Definition at line 54 of file stardb.cpp. 00055 {
00056 return (star0.getCatalogNumber() < star1.getCatalogNumber());
00057 }
|
|
|
Definition at line 50 of file stardb.cpp. |
1.4.1