Definition at line 1219 of file votpp.hh.
Public Member Functions | |
Coosys * | coosys (unsigned int i) |
unsigned int | coosys_count () |
Description * | description () |
string | ID () |
bool | ID_isNull () |
Info * | info (unsigned int i) |
unsigned int | info_count () |
Link * | link (unsigned int i) |
unsigned int | link_count () |
Element * | makeCopy () |
string | name () |
bool | name_isNull () |
Param * | param (unsigned int i) |
unsigned int | param_count () |
void | print (bool verbose) |
void | reset () |
Resource () | |
Resource * | resource (unsigned int i) |
unsigned int | resource_count () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
Table * | table (unsigned int i) |
unsigned int | table_count () |
enum Resource_type | type () |
bool | type_isNull () |
string | utype () |
bool | utype_isNull () |
virtual | ~Resource () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
Coosys ** | _ch_Coosys |
unsigned int | _ch_Coosys_count |
Description * | _ch_Description |
Info ** | _ch_Info |
unsigned int | _ch_Info_count |
Link ** | _ch_Link |
unsigned int | _ch_Link_count |
Param ** | _ch_Param |
unsigned int | _ch_Param_count |
Resource ** | _ch_Resource |
unsigned int | _ch_Resource_count |
Table ** | _ch_Table |
unsigned int | _ch_Table_count |
string | _ID |
bool | _ID_isnull |
string | _name |
bool | _name_isnull |
enum Resource_type | _type |
bool | _type_isnull |
string | _utype |
bool | _utype_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|