Public Member Functions | |
VOTOption () | |
~VOTOption () | |
VOTOption | operator= (const VOTOption &option) |
VOTOption (const VOTOption &option) | |
int | getName (char *&name) |
int | getValue (char *&value) |
int | getOption (VOTOption &option, int index) |
int | getNumOfOptions (int &numOfOptions) |
An Option element consists of a name and value.
|
Default constructor. |
|
Destructor |
|
Copy constructor. |
|
Gets the 'name'. |
|
Gets the number of options. |
|
Gets the 'Option', given the index. Index starts at 0. |
|
Gets the 'value'. |
|
Assignment operator overloaded. |