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

Public Member Functions | |
| TSLDSOtherAggregate () | |
| TSLDSOtherAggregate (const TSLDSOtherAggregate &right) | |
| virtual | ~TSLDSOtherAggregate () |
| TSLDSOtherAggregate & | operator= (const TSLDSOtherAggregate &right) |
| virtual TSLDSOtherAggregate * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
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 TSLDSOtherAggregate * | create () |
| TSLDSOtherAggregate::TSLDSOtherAggregate | ( | ) |
The default constructor.
| TSLDSOtherAggregate::TSLDSOtherAggregate | ( | const TSLDSOtherAggregate & | 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
Implements TSLDSAggregate.
Reimplemented in TSLDSStereoMate.
|
static |
| TSLDSOtherAggregate & TSLDSOtherAggregate::operator= | ( | const TSLDSOtherAggregate & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLDSAggregate.
Reimplemented in TSLDSStereoMate.