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

Identifiable collection of datasets
Public Member Functions | |
| 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) |
| virtual TSLDSAggregate * | clone () const =0 |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| 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) |
| TSLDSAggregate::TSLDSAggregate | ( | ) |
The default constructor.
| TSLDSAggregate::TSLDSAggregate | ( | const TSLDSAggregate & | right | ) |
The copy constructor.
|
pure virtual |
The destructor.
|
pure virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implemented in TSLDSInitiative, TSLDSOtherAggregate, TSLDSPlatform, TSLDSProductionSeries, TSLDSSensor, TSLDSSeries, and TSLDSStereoMate.
|
inline |
|
inline |
|
inline |
|
inline |
| bool TSLDSAggregate::insertComposedOf | ( | const TSLDSDataSet & | val, |
| int | pos = -1 ) |
| bool TSLDSAggregate::insertSubset | ( | TSLDSAggregate * | val, |
| bool | assumeOwnership = true, | ||
| int | pos = -1 ) |
| TSLDSAggregate & TSLDSAggregate::operator= | ( | const TSLDSAggregate & | right | ) |
Assignment operator.
| bool TSLDSAggregate::removeComposedOf | ( | int | pos = -1 | ) |
| bool TSLDSAggregate::removeSubset | ( | int | pos = -1 | ) |
|
virtual |
Reimplemented in TSLDSInitiative, TSLDSOtherAggregate, TSLDSPlatform, TSLDSProductionSeries, TSLDSSensor, TSLDSSeries, and TSLDSStereoMate.
|
inline |
|
inline |
|
inline |
|
inline |