![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
| TSLAny () | |
| TSLAny (const TSLAny &right) | |
| virtual | ~TSLAny () |
| TSLAny & | operator= (const TSLAny &right) |
| void | value (const TSLCharacterString &input) |
| void | value (const char *input) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCharacterString & | value () const |
| TSLCharacterString & | value () |
Static Public Member Functions | |
| static TSLAny * | create () |
| TSLAny::TSLAny | ( | ) |
The default constructor.
| TSLAny::TSLAny | ( | const TSLAny & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
virtual |
|
inline |
|
inline |
| void TSLAny::value | ( | const char * | input | ) |
| void TSLAny::value | ( | const TSLCharacterString & | input | ) |