Public Methods | |
Info () | |
~Info () | |
Info | operator= (const Info &i) |
Info (const Info &i) | |
int | getValue (char *&infovalue, int *status) |
int | getID (char *&infoID, int *status) |
int | getName (char *&infoName, int *status) |
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. |