MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLDSOtherAggregate:

Public Member Functions

 TSLDSOtherAggregate ()
 
 TSLDSOtherAggregate (const TSLDSOtherAggregate &right)
 
virtual ~TSLDSOtherAggregate ()
 
TSLDSOtherAggregateoperator= (const TSLDSOtherAggregate &right)
 
virtual TSLDSOtherAggregateclone () 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
 
TSLDSAggregateoperator= (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 TSLDSDataSetcomposedOfAt (int pos) const
 
TSLDSDataSetcomposedOfAt (int pos)
 
const TSLMDCollection< TSLDSAggregate * > & subset () const
 
TSLMDCollection< TSLDSAggregate * > & subset ()
 
const TSLDSAggregatesubsetAt (int pos) const
 
TSLDSAggregatesubsetAt (int pos)
 

Static Public Member Functions

static TSLDSOtherAggregatecreate ()
 

Constructor & Destructor Documentation

◆ TSLDSOtherAggregate() [1/2]

TSLDSOtherAggregate::TSLDSOtherAggregate ( )

The default constructor.

◆ TSLDSOtherAggregate() [2/2]

TSLDSOtherAggregate::TSLDSOtherAggregate ( const TSLDSOtherAggregate & right)

The copy constructor.

◆ ~TSLDSOtherAggregate()

virtual TSLDSOtherAggregate::~TSLDSOtherAggregate ( )
virtual

The destructor.

Member Function Documentation

◆ clone()

virtual TSLDSOtherAggregate * TSLDSOtherAggregate::clone ( ) const
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.

◆ create()

static TSLDSOtherAggregate * TSLDSOtherAggregate::create ( )
static

◆ operator=()

TSLDSOtherAggregate & TSLDSOtherAggregate::operator= ( const TSLDSOtherAggregate & right)

Assignment operator.

◆ serialize()

virtual bool TSLDSOtherAggregate::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Reimplemented from TSLDSAggregate.

Reimplemented in TSLDSStereoMate.