![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
– Infinite if and only if value is not specified {[ isInfinte = True ] = [ value = Null ]} – value is either infinite or non-negative {value <> Null implies value >= 0}
Public Member Functions | |
TSLUnlimitedInteger () | |
TSLUnlimitedInteger (const TSLUnlimitedInteger &right) | |
virtual | ~TSLUnlimitedInteger () |
TSLUnlimitedInteger & | operator= (const TSLUnlimitedInteger &right) |
virtual bool | operator== (const TSLUnlimitedInteger &right) const |
void | isInfinite (TSLBoolean input) |
void | value (int *input, bool assumeOwnership=true) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
TSLBoolean | isInfinite () const |
const int * | value () const |
int * | value () |
Static Public Member Functions | |
static TSLUnlimitedInteger * | create () |
TSLUnlimitedInteger::TSLUnlimitedInteger | ( | ) |
The default constructor.
TSLUnlimitedInteger::TSLUnlimitedInteger | ( | const TSLUnlimitedInteger & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the isInfinite attribute. Returns TSLBooleanNULL if uninitialised
void TSLUnlimitedInteger::isInfinite | ( | TSLBoolean | input | ) |
Sets the isInfinite attribute. TSLBooleanNULL is not valid.
TSLUnlimitedInteger & TSLUnlimitedInteger::operator= | ( | const TSLUnlimitedInteger & | right | ) |
Assignment operator.
|
virtual |
|
virtual |
|
inline |
Returns the value attribute.
|
inline |
Returns the value attribute.
void TSLUnlimitedInteger::value | ( | int * | input, |
bool | assumeOwnership = true ) |
Sets the value attribute.