Public Member Functions | |
| bool | operator() (const Star *const &star0, const Star *const &star1) const |
| bool | operator() (const DeepSkyObject *const &dso0, const DeepSkyObject *const &dso1) const |
| PtrCatalogNumberOrderingPredicate () | |
| PtrCatalogNumberOrderingPredicate () | |
Public Attributes | |
| int | unused |
|
|
Definition at line 51 of file dsodb.cpp. 00051 {};
|
|
|
Definition at line 79 of file stardb.cpp. 00079 {};
|
|
||||||||||||
|
Definition at line 81 of file stardb.cpp. 00082 {
00083 return (star0->getCatalogNumber() < star1->getCatalogNumber());
00084 }
|
|
||||||||||||
|
Definition at line 53 of file dsodb.cpp. 00054 {
00055 return (dso0->getCatalogNumber() < dso1->getCatalogNumber());
00056 }
|
|
|
Definition at line 77 of file stardb.cpp. |
1.4.1