#include <Collection.hpp>
Inheritance diagram for corelinux::Collection:
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[]
| |
virtual Counter | getSize ( void ) const = 0 |
virtual bool | isEmpty ( void ) const = 0 |
virtual ElementIndex | indexOf ( FrameworkEntityCptr ) const = 0 throw (NullPointerException) |
virtual FrameworkEntityPtr | getElementAt ( ElementIndex ) const = 0 throw (BoundsException) |
virtual void | addAll ( CollectionCref ) = 0 throw (BoundsException,IncompatibleClassException) |
virtual void | addAll ( ElementIndex, CollectionCref ) = 0 throw (BoundsException,IncompatibleClassException) |
virtual void | put ( FrameworkEntityPtr ) = 0 |
virtual FrameworkEntityPtr | remove ( FrameworkEntityPtr ) = 0 throw (NullPointerException) |
virtual bool | containsElement ( FrameworkEntityPtr ) const = 0 throw (NullPointerException) |
virtual bool | containsType ( MetaClassPtr ) const = 0 throw (NullPointerException) |
Constructor and destructor | |
Collection ( void ) | |
All Collection derivations require a public default constructor for instantiation via the class factory (MetaType). | |
Collection ( CollectionCref ) | |
Copy constructor. | |
virtual | ~Collection ( void ) |
Virtual destructor. | |
Operator overloads | |
bool | operator== ( CollectionCref ) const |
Equality operator. More... | |
CollectionRef | operator= ( CollectionCref ) |
Assignment operator. More... | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
CollectionPtr ( void ) | |
1 a new instance of Collection. More... | |
void ( CollectionPtr aPointer ) | |
1 a point of Collection
|
|
All Collection derivations require a public default constructor for instantiation via the class factory (MetaType).
|
|
Copy constructor.
|
|
Virtual destructor.
|
|
1 a new instance of Collection.
|
|
Reimplemented in corelinux::Array. |
|
Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
Reimplemented in corelinux::Array. |
|
Reimplemented in corelinux::Array. |
|
Reimplemented in corelinux::Array. |
|
Reimplemented in corelinux::Array. |
|
get the type.
Reimplemented from corelinux::FrameworkEntity. Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
get the type descriptor.
Reimplemented from corelinux::FrameworkEntity. Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
Reimplemented in corelinux::Array. |
|
Reimplemented in corelinux::Array. |
|
redefine the operator delete[]
Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
redefine the operator new[]
Reimplemented from corelinux::FrameworkEntity. Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
Assignment operator.
|
|
Equality operator.
|
|
Reimplemented in corelinux::Array, and corelinux::SetCollection. |
|
Reimplemented in corelinux::Array. |
|
1 a point of Collection
|