#include <StoreCatalog.hpp>
Inheritance diagram for corelinux::StoreCatalog:
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[]
| |
StoreCatalog ( void ) | |
Default constructor not allowed. | |
StoreCatalog ( StoreCatalogCref ) | |
Copy constructor. | |
virtual | ~StoreCatalog ( void ) |
Virtual Destructor. | |
bool | operator== ( StoreCatalogCref ) const |
Equality operator. | |
StoreCatalogRef | operator= ( StoreCatalogCref ) |
Assignment operator. | |
virtual void | saveEntries ( CollectionPtr ) = 0 |
Saves the entry indicated by the argument. | |
virtual void | closeEntries ( CollectionPtr ) = 0 |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
StoreCatalogPtr ( void ) | |
1 a new instance of StoreCatalog. More... | |
void ( StoreCatalogPtr aPointer ) | |
1 a point of StoreCatalog
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of StoreCatalog.
|
|
Reimplemented in corelinux::SchemaCatalog. |
|
get the type.
Reimplemented from corelinux::Catalog. Reimplemented in corelinux::SchemaCatalog. |
|
get the type descriptor.
Reimplemented from corelinux::Catalog. Reimplemented in corelinux::SchemaCatalog. |
|
redefine the operator delete[]
Reimplemented from corelinux::Catalog. Reimplemented in corelinux::SchemaCatalog. |
|
redefine the operator new[]
Reimplemented from corelinux::Catalog. Reimplemented in corelinux::SchemaCatalog. |
|
Assignment operator.
Reimplemented in corelinux::SchemaCatalog. |
|
Equality operator.
|
|
Saves the entry indicated by the argument.
Reimplemented in corelinux::SchemaCatalog. |
|
1 a point of StoreCatalog
|