Public Member Functions | |
| CatalogNumberEquivalencePredicate () | |
| bool | operator() (const Star &star0, const Star &star1) const |
Public Attributes | |
| int | unused |
|
|
Definition at line 65 of file stardb.cpp. 00065 {};
|
|
||||||||||||
|
Definition at line 67 of file stardb.cpp. 00068 {
00069 return (star0.getCatalogNumber() == star1.getCatalogNumber());
00070 }
|
|
|
Definition at line 63 of file stardb.cpp. |
1.4.1