Public Member Functions | |
VOTValues () | |
~VOTValues () | |
VOTValues | operator= (const VOTValues &values) |
VOTValues (const VOTValues &values) | |
int | getID (char *&ID) |
int | getType (values_type &type) |
int | getNull (char *&null) |
int | isValid (bool &invalid) |
int | getMinimum (VOTRange *&min) |
int | getMaximum (VOTRange *&max) |
int | getOption (VOTOption &option, int index) |
int | getNumOfOptions (int &numOfOptions) |
A Values element consists of a Minimum, Maximum and a collection of Options.
|
Default Constructor |
|
Destructor |
|
Copy Constructor |
|
Gets the 'ID'. |
|
Gets the . |
|
Gets the . |
|
Gets the 'null'. |
|
Gets the number of Options. |
|
Gets the 'Option', given the index. Index starts at 0. |
|
Gets the 'type'. 'values_type' is defined in 'gloabal'h'. |
|
Gets the 'invalid', true if 'invalid' is 'yes'. |
|
Assignment operator overloaded. |