#include <Catalog.hpp>
Inheritance diagram for corelinux::Catalog:
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[]
| |
Catalog ( void ) | |
Default constructor not allowed. | |
Catalog ( CatalogCref ) | |
Copy constructor. | |
virtual | ~Catalog ( void ) |
Virtual Destructor. | |
bool | operator== ( CatalogCref ) const |
Equality operator. | |
CatalogRef | operator= ( CatalogCref ) |
Assignment operator. | |
virtual Counter | getCount ( void ) const = 0 |
Retrieve the count of catalog elements. | |
virtual FrameworkEntityPtr | getEntry ( CollectionPtr ) const = 0 |
Interface to retrieve an entry based on attributes provided in the collection. More... | |
virtual void | createEntry ( CollectionPtr ) = 0 |
Interface to create a new entry in the catalog. More... | |
virtual void | deleteEntry ( CollectionPtr ) = 0 |
Interface to delete an entry in the catalog. More... | |
virtual Iterator<FrameworkEntityPtr>* | createCatalogIterator ( void ) = 0 |
Create an iterator over the catalog entries as defined by the catalog type. More... | |
virtual void | destroyIterator ( Iterator<FrameworkEntityPtr> * ) = 0 |
Destroy the iterator over the catalog entries. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
CatalogPtr ( void ) | |
1 a new instance of Catalog. More... | |
void ( CatalogPtr aPointer ) | |
1 a point of Catalog
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of Catalog.
|
|
Create an iterator over the catalog entries as defined by the catalog type.
Reimplemented in corelinux::SchemaCatalog. |
|
Interface to create a new entry in the catalog. A Collection of attributes specific to the domain of the catalog provides the information
Reimplemented in corelinux::SchemaCatalog. |
|
Interface to delete an entry in the catalog. A Collection of attributes specific to the domain of the catalog provides the information
Reimplemented in corelinux::SchemaCatalog. |
|
Destroy the iterator over the catalog entries.
Reimplemented in corelinux::SchemaCatalog. |
|
Retrieve the count of catalog elements.
Reimplemented in corelinux::SchemaCatalog. |
|
Interface to retrieve an entry based on attributes provided in the collection.
Reimplemented in corelinux::SchemaCatalog. |
|
get the type.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaCatalog, and corelinux::StoreCatalog. |
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaCatalog, and corelinux::StoreCatalog. |
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaCatalog, and corelinux::StoreCatalog. |
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaCatalog, and corelinux::StoreCatalog. |
|
Assignment operator.
|
|
Equality operator.
|
|
1 a point of Catalog
|