![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Public Member Functions | |
| TSLDSPlatform () | |
| TSLDSPlatform (const TSLDSPlatform &right) | |
| virtual | ~TSLDSPlatform () |
| TSLDSPlatform & | operator= (const TSLDSPlatform &right) |
| virtual TSLDSPlatform * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
Public Member Functions inherited from TSLDSSeries | |
| TSLDSSeries () | |
| TSLDSSeries (const TSLDSSeries &right) | |
| virtual | ~TSLDSSeries () |
| TSLDSSeries & | operator= (const TSLDSSeries &right) |
Public Member Functions inherited from TSLDSAggregate | |
| TSLDSAggregate () | |
| TSLDSAggregate (const TSLDSAggregate &right) | |
| virtual | ~TSLDSAggregate ()=0 |
| TSLDSAggregate & | operator= (const TSLDSAggregate &right) |
| bool | insertComposedOf (const TSLDSDataSet &val, int pos=-1) |
| bool | removeComposedOf (int pos=-1) |
| bool | insertSubset (TSLDSAggregate *val, bool assumeOwnership=true, int pos=-1) |
| bool | removeSubset (int pos=-1) |
| const TSLMDCollection< TSLDSDataSet > & | composedOf () const |
| TSLMDCollection< TSLDSDataSet > & | composedOf () |
| const TSLDSDataSet * | composedOfAt (int pos) const |
| TSLDSDataSet * | composedOfAt (int pos) |
| const TSLMDCollection< TSLDSAggregate * > & | subset () const |
| TSLMDCollection< TSLDSAggregate * > & | subset () |
| const TSLDSAggregate * | subsetAt (int pos) const |
| TSLDSAggregate * | subsetAt (int pos) |
Static Public Member Functions | |
| static TSLDSPlatform * | create () |
Static Public Member Functions inherited from TSLDSSeries | |
| static TSLDSSeries * | create () |
| TSLDSPlatform::TSLDSPlatform | ( | ) |
The default constructor.
| TSLDSPlatform::TSLDSPlatform | ( | const TSLDSPlatform & | 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 TSLDSSeries.
|
static |
| TSLDSPlatform & TSLDSPlatform::operator= | ( | const TSLDSPlatform & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLDSSeries.