Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
This is the complete list of members for ICollection< ElementType >, including all inherited members.
Add(ElementType object)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Clear()=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Find(ElementType object)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
GetTypedProperty(const char *propertyName) (defined in IEnableProperty) | IEnableProperty | inline |
Insert(ElementType object, int32 index)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Length()=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Move(int32 srcIdx, int32 dstIdx)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
operator[](int32 idx)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Remove(ElementType object)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
Remove(int32 index)=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | pure virtual |
~ICollection()=0 (defined in ICollection< ElementType >) | ICollection< ElementType > | inlinepure virtual |