![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLDSInitiative () | |
TSLDSInitiative (const TSLDSInitiative &right) | |
virtual | ~TSLDSInitiative () |
TSLDSInitiative & | operator= (const TSLDSInitiative &right) |
virtual TSLDSInitiative * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
![]() | |
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 TSLDSInitiative * | create () |
TSLDSInitiative::TSLDSInitiative | ( | ) |
The default constructor.
TSLDSInitiative::TSLDSInitiative | ( | const TSLDSInitiative & | 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.
|
static |
TSLDSInitiative & TSLDSInitiative::operator= | ( | const TSLDSInitiative & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLDSAggregate.