#include <SchemaCatStore.hpp>
Inheritance diagram for corelinux::SchemaCatStore:
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[]
| |
SchemaCatStore ( void ) | |
Default constructor not allowed. | |
SchemaCatStore ( SchemaCatStoreCref ) | |
Copy constructor. | |
virtual | ~SchemaCatStore ( void ) |
Virtual Destructor. | |
bool | operator== ( SchemaCatStoreCref ) const |
Equality operator. | |
SchemaCatStoreRef | operator= ( SchemaCatStoreCref ) |
Assignment operator. | |
virtual void | open ( CollectionPtr ) |
open the store, using the arguments in collection. More... | |
virtual void | close ( void ) |
close the store. | |
virtual CollectionPtr | read ( CollectionPtr ) |
Read one or more objects from a store. More... | |
virtual void | returnReadCollection ( CollectionPtr ) |
Returns a collection created by virtue of calling a read operation. More... | |
virtual void | write ( CollectionPtr ) |
Write one or more objects to a store. More... | |
virtual void | remove ( CollectionPtr ) |
Remove one or more object from a store. More... | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SchemaCatStorePtr ( void ) | |
1 a new instance of SchemaCatStore. More... | |
void ( SchemaCatStorePtr aPointer ) | |
1 a point of SchemaCatStore
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of SchemaCatStore.
|
|
close the store.
Reimplemented from corelinux::Store. |
|
get the type.
Reimplemented from corelinux::SchemaAbstractStore. |
|
get the type descriptor.
Reimplemented from corelinux::SchemaAbstractStore. |
|
open the store, using the arguments in collection.
Reimplemented from corelinux::Store. |
|
redefine the operator delete[]
Reimplemented from corelinux::SchemaAbstractStore. |
|
redefine the operator new[]
Reimplemented from corelinux::SchemaAbstractStore. |
|
Assignment operator.
Reimplemented from corelinux::SchemaAbstractStore. |
|
Equality operator.
|
|
Read one or more objects from a store.
Reimplemented from corelinux::Store. |
|
Remove one or more object from a store.
Reimplemented from corelinux::Store. |
|
Returns a collection created by virtue of calling a read operation.
Reimplemented from corelinux::Store. |
|
1 a point of SchemaCatStore
|
|
Write one or more objects to a store.
Reimplemented from corelinux::Store. |