Public Member Functions | |
VOTInfo () | |
~VOTInfo () | |
VOTInfo | operator= (const VOTInfo &info) |
VOTInfo (const VOTInfo &info) | |
int | getValue (char *&infovalue) |
int | getID (char *&infoID) |
int | getName (char *&infoName) |
void | reset (void) |
A <INFO> element contains ID, name and value.
|
Default constructor |
|
Destructor |
|
Copy constructor. |
|
Gets the 'ID' attribute. |
|
Gets the 'name' attribute. |
|
Gets the 'value' attribute. |
|
Assignment operator overloaded. |
|
Reinitializes all the data structures in the class |