Definition at line 1001 of file votpp.hh.
Public Member Functions | |
string | arraysize () |
bool | arraysize_isNull () |
enum Datatype | datatype () |
bool | datatype_isNull () |
Description * | description () |
string | ID () |
bool | ID_isNull () |
Link * | link (unsigned int i) |
unsigned int | link_count () |
Element * | makeCopy () |
string | name () |
bool | name_isNull () |
Param () | |
string | precision () |
bool | precision_isNull () |
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 | unit () |
bool | unit_isNull () |
string | utype () |
bool | utype_isNull () |
string | value () |
bool | value_isNull () |
Values * | values () |
int | width () |
bool | width_isNull () |
virtual | ~Param () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
string | _arraysize |
bool | _arraysize_isnull |
Description * | _ch_Description |
Link ** | _ch_Link |
unsigned int | _ch_Link_count |
Values * | _ch_Values |
enum Datatype | _datatype |
bool | _datatype_isnull |
string | _ID |
bool | _ID_isnull |
string | _name |
bool | _name_isnull |
string | _precision |
bool | _precision_isnull |
string | _ref |
bool | _ref_isnull |
string | _ucd |
bool | _ucd_isnull |
string | _unit |
bool | _unit_isnull |
string | _utype |
bool | _utype_isnull |
string | _value |
bool | _value_isnull |
int | _width |
bool | _width_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|