Sleeping Wombat Common Library  0.50.0
swCommonLibrary
Public Member Functions | List of all members
ICollection< ElementType > Class Template Referenceabstract
Inheritance diagram for ICollection< ElementType >:
IEnableProperty

Public Member Functions

virtual void Add (ElementType object)=0
 
virtual void Insert (ElementType object, int32 index)=0
 
virtual void Remove (ElementType object)=0
 
virtual void Remove (int32 index)=0
 
virtual void Move (int32 srcIdx, int32 dstIdx)=0
 
virtual int32 Find (ElementType object)=0
 
virtual void Clear ()=0
 
virtual int32 Length ()=0
 
virtual ElementType & operator[] (int32 idx)=0
 
- Public Member Functions inherited from IEnableProperty
template<typename PropertyType >
Property< PropertyType > GetTypedProperty (const char *propertyName)
 

The documentation for this class was generated from the following file: