5 #include "ICollection.h" 
virtual void AddList(const IList &list)=0
Adds every element of a list. 
 
virtual const IExportable * GetConstElement(Index index) const  =0
Gets a constant element. 
 
Definition: DefaultCalibrationInfoList.h:12
 
The list interface. 
Definition: IList.h:17
 
virtual void Remove(IExportable &element)=0
Removes an element. 
 
The collection interface. 
Definition: ICollection.h:26
 
The main interface 
Definition: IExportable.h:12
 
virtual void Add(IExportable &element)=0
Adds an element. 
 
virtual IExportable * GetElement(Index index) const  =0
Gets an element. 
 
virtual void RemoveList(const IList &list)=0
Remove every element of a list.