Definition at line 1071 of file votpp.hh.
Public Member Functions | |
Description * | description () |
FieldRef * | fieldref (unsigned int i) |
unsigned int | fieldref_count () |
Group () | |
Group * | group (unsigned int i) |
unsigned int | group_count () |
string | ID () |
bool | ID_isNull () |
Element * | makeCopy () |
string | name () |
bool | name_isNull () |
Param * | param (unsigned int i) |
unsigned int | param_count () |
ParamRef * | paramref (unsigned int i) |
unsigned int | paramref_count () |
void | print (bool verbose) |
string | ref () |
bool | ref_isNull () |
void | reset () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
string | ucd () |
bool | ucd_isNull () |
string | utype () |
bool | utype_isNull () |
virtual | ~Group () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
Description * | _ch_Description |
FieldRef ** | _ch_FieldRef |
unsigned int | _ch_FieldRef_count |
Group ** | _ch_Group |
unsigned int | _ch_Group_count |
Param ** | _ch_Param |
unsigned int | _ch_Param_count |
ParamRef ** | _ch_ParamRef |
unsigned int | _ch_ParamRef_count |
string | _ID |
bool | _ID_isnull |
string | _name |
bool | _name_isnull |
string | _ref |
bool | _ref_isnull |
string | _ucd |
bool | _ucd_isnull |
string | _utype |
bool | _utype_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|