Public Methods | |
Range () | |
~Range () | |
Range | operator= (const Range &o) |
Range (const Range &o) | |
int | getValue (char *&rangevalue, int *status) |
int | isInclusive (bool &inclusive, int *status) |
int | Range::getPCData (char *&pcdata, int *status) |
Range consists of value and inclusive flag.
|
Default Constructor |
|
Destructor |
|
Copy Constructor |
|
Gets the 'value' |
|
Gets 'false' if inclusive is 'no', true otherwise. |
|
Assignment operator overloaded. |
|
Gets the PCDATA. |