A COOSYS element contains ID, equinox, epoch and system.
Public Methods | |
Coosys () | |
~Coosys () | |
Coosys | operator= (const Coosys &c) |
Coosys (const Coosys &c) | |
int | getEquinox (char *&equinox, int *status) |
int | getID (char *&infoID, int *status) |
int | getEpoch (char *&epoch, int *status) |
int | getPCData (char *&pcdata, int *status) |
int | getSystem (coosys_system &system, int *status) |
|
Default constructor |
|
Destructor |
|
Copy Constructor |
|
Gets the 'epoch' attribute. |
|
Gets the 'equinox' attribute. |
|
Gets the 'ID' attribute. |
|
Gets the PCDATA. |
|
Gets the 'system' attribute. |
|
Assignment operator overloaded. |