![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLCurrency () | |
TSLCurrency (const TSLCurrency &right) | |
virtual | ~TSLCurrency () |
TSLCurrency & | operator= (const TSLCurrency &right) |
virtual TSLCurrency * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLUomCurrency & | uom () const |
TSLUomCurrency & | uom () |
void | uom (const TSLUomCurrency &input) |
![]() | |
TSLMeasure () | |
TSLMeasure (const TSLMeasure &right) | |
virtual | ~TSLMeasure () |
TSLMeasure & | operator= (const TSLMeasure &right) |
void | Uom (TSLUnitOfMeasure *val, bool assumeOwnership=true) |
double | value () const |
void | value (double input) |
const TSLUnitOfMeasure * | Uom () const |
TSLUnitOfMeasure * | Uom () |
Static Public Member Functions | |
static TSLCurrency * | create () |
![]() | |
static TSLMeasure * | create () |
TSLCurrency::TSLCurrency | ( | ) |
The default constructor.
TSLCurrency::TSLCurrency | ( | const TSLCurrency & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMeasure.
|
static |
TSLCurrency & TSLCurrency::operator= | ( | const TSLCurrency & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLMeasure.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.