Definition at line 886 of file votpp.hh.
Public Member Functions | |
string | ID () |
bool | ID_isNull () |
Element * | makeCopy () |
Max * | max () |
Min * | min () |
string | null () |
bool | null_isNull () |
Option * | option (unsigned int i) |
unsigned int | option_count () |
void | print (bool verbose) |
string | ref () |
bool | ref_isNull () |
void | reset () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
enum Values_Type | type () |
bool | type_isNull () |
Values () | |
virtual | ~Values () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
Max * | _ch_Max |
Min * | _ch_Min |
Option ** | _ch_Option |
unsigned int | _ch_Option_count |
string | _ID |
bool | _ID_isnull |
string | _null |
bool | _null_isnull |
string | _ref |
bool | _ref_isnull |
enum Values_Type | _type |
bool | _type_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|