Definition at line 1301 of file votpp.hh.
Public Member Functions | |
Coosys * | coosys (unsigned int i) |
unsigned int | coosys_count () |
Definitions * | definitions () |
Description * | description () |
string | ID () |
bool | ID_isNull () |
Info * | info (unsigned int i) |
unsigned int | info_count () |
Element * | makeCopy () |
Param * | param (unsigned int i) |
unsigned int | param_count () |
void | print (bool verbose) |
void | reset () |
Resource * | resource (unsigned int i) |
unsigned int | resource_count () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
string | version () |
bool | version_isNull () |
VOTable () | |
string | xmlns () |
bool | xmlns_isNull () |
virtual | ~VOTable () |
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 |
Definitions * | _ch_Definitions |
Description * | _ch_Description |
Info ** | _ch_Info |
unsigned int | _ch_Info_count |
Param ** | _ch_Param |
unsigned int | _ch_Param_count |
Resource ** | _ch_Resource |
unsigned int | _ch_Resource_count |
string | _ID |
bool | _ID_isnull |
string | _version |
bool | _version_isnull |
string | _xmlns |
bool | _xmlns_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|