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

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[]
| |
| SchemaSponsor ( void ) | |
| Default constructor not allowed. | |
| SchemaSponsor ( SchemaSponsorCref ) | |
| Copy constructor. | |
| virtual | ~SchemaSponsor ( void ) |
| Virtual Destructor. | |
| bool | operator== ( SchemaSponsorCref ) const |
| Equality operator. | |
| SchemaSponsorRef | operator= ( SchemaSponsorCref ) |
| Assignment operator. | |
| virtual StoreCatalogPtr | getCatalog ( void ) const |
| Returns a catalog over the existing schema definitions. | |
Static Public Methods | |
| MetaTypeCptr | getTypeDescriptor ( void ) |
| get the type descriptor. More... | |
| SchemaSponsorPtr ( void ) | |
| 1 a new instance of SchemaSponsor. More... | |
| void ( SchemaSponsorPtr aPointer ) | |
1 a point of SchemaSponsor
| |
|
|
Default constructor not allowed.
|
|
|
Copy constructor.
|
|
|
Virtual Destructor.
|
|
|
1 a new instance of SchemaSponsor.
|
|
|
Returns a catalog over the existing schema definitions.
Reimplemented from corelinux::StoreSponsor. |
|
|
get the type.
Reimplemented from corelinux::StoreSponsor. |
|
|
get the type descriptor.
Reimplemented from corelinux::StoreSponsor. |
|
|
redefine the operator delete[]
Reimplemented from corelinux::StoreSponsor. |
|
|
redefine the operator new[]
Reimplemented from corelinux::StoreSponsor. |
|
|
Assignment operator.
Reimplemented from corelinux::StoreSponsor. |
|
|
Equality operator.
|
|
|
1 a point of SchemaSponsor
|