Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

HIPCatalogComparePredicate Struct Reference

List of all members.

Public Member Functions

 HIPCatalogComparePredicate ()
bool operator() (const HipparcosStar *star0, uint32 hip)
bool operator() (const HipparcosStar *star0, const HipparcosStar *star1) const

Public Attributes

int dummy

Constructor & Destructor Documentation

HIPCatalogComparePredicate::HIPCatalogComparePredicate  )  [inline]
 

Definition at line 99 of file buildstardb.cpp.

References dummy.

00099                                  : dummy(0)
00100     {
00101     }


Member Function Documentation

bool HIPCatalogComparePredicate::operator() const HipparcosStar star0,
uint32  hip
[inline]
 

Definition at line 108 of file buildstardb.cpp.

00109     {
00110         return star0->HIPCatalogNumber < hip;
00111     }

bool HIPCatalogComparePredicate::operator() const HipparcosStar star0,
const HipparcosStar star1
const [inline]
 

Definition at line 103 of file buildstardb.cpp.

00104     {
00105         return star0->HIPCatalogNumber < star1->HIPCatalogNumber;
00106     }


Member Data Documentation

int HIPCatalogComparePredicate::dummy
 

Definition at line 113 of file buildstardb.cpp.

Referenced by HIPCatalogComparePredicate().


The documentation for this struct was generated from the following file:
Generated on Sat Jan 14 22:33:22 2006 for Celestia by  doxygen 1.4.1