Definition at line 768 of file votpp.hh.
Public Member Functions | |
Element * | makeCopy () |
string | name () |
bool | name_isNull () |
Option () | |
Option * | option (unsigned int i) |
unsigned int | option_count () |
void | print (bool verbose) |
void | reset () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
string | value () |
bool | value_isNull () |
virtual | ~Option () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
Option ** | _ch_Option |
unsigned int | _ch_Option_count |
string | _name |
bool | _name_isnull |
string | _value |
bool | _value_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|