Definition at line 1153 of file votpp.hh.
Public Member Functions | |
Data * | data () |
Description * | description () |
Field * | field (unsigned int i) |
unsigned int | field_count () |
Group * | group (unsigned int i) |
unsigned int | group_count () |
string | ID () |
bool | ID_isNull () |
Link * | link (unsigned int i) |
unsigned int | link_count () |
Element * | makeCopy () |
string | name () |
bool | name_isNull () |
int | nrows () |
bool | nrows_isNull () |
Param * | param (unsigned int i) |
unsigned int | param_count () |
void | print (bool verbose) |
string | ref () |
bool | ref_isNull () |
void | reset () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
Table () | |
string | ucd () |
bool | ucd_isNull () |
string | utype () |
bool | utype_isNull () |
virtual | ~Table () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Public Attributes | |
string | filename |
Private Attributes | |
Data * | _ch_Data |
Description * | _ch_Description |
Field ** | _ch_Field |
unsigned int | _ch_Field_count |
Group ** | _ch_Group |
unsigned int | _ch_Group_count |
Link ** | _ch_Link |
unsigned int | _ch_Link_count |
Param ** | _ch_Param |
unsigned int | _ch_Param_count |
string | _ID |
bool | _ID_isnull |
string | _name |
bool | _name_isnull |
int | _nrows |
bool | _nrows_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
|