#include <Store.hpp>
Inheritance diagram for corelinux::Store:

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[]
| |
| Store ( void ) | |
| Default constructor not allowed. | |
| Store ( StoreCref ) | |
| Copy constructor. | |
| virtual | ~Store ( void ) |
| Virtual Destructor. | |
| bool | operator== ( StoreCref ) const |
| Equality operator. | |
| StoreRef | operator= ( StoreCref ) |
| Assignment operator. | |
| virtual void | open ( CollectionPtr ) = 0 |
| open the store, using the arguments. More... | |
| virtual void | close ( void ) = 0 |
| close the store. | |
| virtual CollectionPtr | read ( CollectionPtr ) = 0 |
| Read one or more objects from a store. More... | |
| virtual void | returnReadCollection ( CollectionPtr ) = 0 |
| Returns a collection created by virtue of calling a read operation. More... | |
| virtual void | write ( CollectionPtr ) = 0 |
| Write one or more objects to a store. More... | |
| virtual void | remove ( CollectionPtr ) = 0 |
| Remove one or more object from a store. More... | |
Static Public Methods | |
| MetaTypeCptr | getTypeDescriptor ( void ) |
| get the type descriptor. More... | |
| StorePtr ( void ) | |
| 1 a new instance of Store. More... | |
| void ( StorePtr aPointer ) | |
1 a point of Store
| |
| FrameworkStringPtr | resolveValueAssignment ( CollectionPtr, FrameworkStringCptr ) |
| General function to resolve attribute from collection. More... | |
| FrameworkStringCref | getNameKey ( void ) |
| FrameworkStringCref | getModeKey ( void ) |
| FrameworkStringCref | getLocationKey ( void ) |
| FrameworkStringCref | getUniqueIdKey ( void ) |
| FrameworkStringCref | getClassIdKey ( void ) |
| FrameworkStringCref | getCollectionKey ( void ) |
|
|
Default constructor not allowed.
|
|
|
Copy constructor.
|
|
|
Virtual Destructor.
|
|
|
1 a new instance of Store.
|
|
|
close the store.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get the type.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaAbstractStore, corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaAbstractStore, corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
|
|
|
open the store, using the arguments.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaAbstractStore, corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::SchemaAbstractStore, corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
Assignment operator.
Reimplemented in corelinux::SchemaAbstractStore, corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
Equality operator.
|
|
|
Read one or more objects from a store.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
Remove one or more object from a store.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
General function to resolve attribute from collection.
|
|
|
Returns a collection created by virtue of calling a read operation.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
1 a point of Store
|
|
|
Write one or more objects to a store.
Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |