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