#include <SetCollection.hpp>
Inheritance diagram for corelinux::SetCollection:
Public Methods | |
virtual MetaTypeCptr | getType ( void ) const |
get the type. More... | |
VoidPtr | operator new (size_t aSize) |
redefine the operator new[]
| |
void | operator delete (VoidPtr aVoidPtr) |
redefine the operator delete[]
| |
SetCollection ( void ) | |
All derivations require a public default constructor for instantiation via the class factory (MetaType). | |
SetCollection ( SetCollectionCref ) | |
Copy constructor. | |
SetCollection ( ArrayCref ) | |
Copy and prune out redundants. | |
virtual | ~SetCollection ( void ) |
Virtual destructor. | |
bool | operator== ( SetCollectionCref ) const |
Equality operator. | |
SetCollectionRef | operator+= ( FrameworkEntityPtr ) throw (NullPointerException,BoundsException) |
Entity put operator. | |
SetCollectionRef | operator= ( ArrayCref ) |
Copy (replace). | |
SetCollectionRef | operator= ( SetCollectionCref ) |
SetCollectionRef | operator= ( ArrayCptr ) throw (NullPointerException) |
Copy (replace). | |
SetCollectionRef | operator= ( SetCollectionCptr ) throw (NullPointerException) |
SetCollectionRef | operator+= ( ArrayCref ) throw (BoundsException) |
Copy (append). | |
SetCollectionRef | operator+= ( SetCollectionCref ) throw (BoundsException) |
SetCollectionRef | operator+= ( ArrayCptr ) throw (NullPointerException, BoundsException) |
Copy (append). | |
SetCollectionRef | operator+= ( SetCollectionCptr ) throw (NullPointerException, BoundsException) |
virtual void | put ( FrameworkEntityPtr ) throw (NullPointerException, BoundsException) |
Add to end (putBack). | |
virtual void | putFront ( FrameworkEntityPtr ) throw (NullPointerException, BoundsException) |
Add to front of SetCollection, shifting all back one. | |
virtual void | putBack ( FrameworkEntityPtr ) throw (NullPointerException, BoundsException) |
Add to end. | |
virtual void | putAt ( Index, FrameworkEntityPtr ) throw (NullPointerException, BoundsException) |
Add at point, shifting others back one. | |
virtual void | addAll ( CollectionCref ) throw (BoundsException,IncompatibleClassException) |
Add all the elements from the inbound collection. | |
virtual void | addAll ( Index, CollectionCref ) throw (BoundsException,IncompatibleClassException) |
Add all the elements from the inbound collection at a offset. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SetCollectionPtr ( void ) | |
1 a new instance of SetCollection. More... | |
void ( SetCollectionPtr aPointer ) | |
1 a point of SetCollection
| |
Protected Methods | |
Count | compareMembers ( CollectionCref ) const |
Returns the number of elements NOT found. | |
ArrayPtr | getMembers ( CollectionCref, bool ) const |
Return members that match (true) or not (false). | |
ArrayPtr | foldToArray ( ArrayCref ) const |
Return a set as an array from input. |
|
All derivations require a public default constructor for instantiation via the class factory (MetaType).
|
|
Copy constructor.
|
|
Copy and prune out redundants.
|
|
Virtual destructor.
|
|
1 a new instance of SetCollection.
|
|
Add all the elements from the inbound collection at a offset.
|
|
Add all the elements from the inbound collection.
Reimplemented from corelinux::Array. |
|
Returns the number of elements NOT found.
|
|
Return a set as an array from input.
|
|
Return members that match (true) or not (false).
|
|
get the type.
Reimplemented from corelinux::Array. |
|
get the type descriptor.
Reimplemented from corelinux::Array. |
|
redefine the operator delete[]
Reimplemented from corelinux::Array. |
|
redefine the operator new[]
Reimplemented from corelinux::Array. |
|
|
|
Copy (append).
Reimplemented from corelinux::Array. |
|
|
|
Copy (append).
Reimplemented from corelinux::Array. |
|
Entity put operator.
Reimplemented from corelinux::Array. |
|
|
|
Copy (replace).
Reimplemented from corelinux::Array. |
|
|
|
Copy (replace).
Reimplemented from corelinux::Array. |
|
Equality operator.
|
|
Add to end (putBack).
Reimplemented from corelinux::Array. |
|
Add at point, shifting others back one.
|
|
Add to end.
Reimplemented from corelinux::Array. |
|
Add to front of SetCollection, shifting all back one.
Reimplemented from corelinux::Array. |
|
1 a point of SetCollection
|