#include <StoreSponsor.hpp>
Inheritance diagram for corelinux::StoreSponsor:
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[]
| |
StoreSponsor ( void ) | |
Default constructor not allowed. | |
StoreSponsor ( StoreSponsorCref ) | |
Copy constructor. | |
virtual | ~StoreSponsor ( void ) |
Virtual Destructor. | |
bool | operator== ( StoreSponsorCref ) const |
Equality operator. | |
StoreSponsorRef | operator= ( StoreSponsorCref ) |
Assignment operator. | |
virtual StoreCatalogPtr | getCatalog ( void ) const = 0 |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
StoreSponsorPtr ( void ) | |
1 a new instance of StoreSponsor. More... | |
void ( StoreSponsorPtr aPointer ) | |
1 a point of StoreSponsor
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of StoreSponsor.
|
|
Reimplemented in corelinux::SchemaSponsor. |
|
get the type.
Reimplemented from corelinux::Sponsor. Reimplemented in corelinux::SchemaSponsor. |
|
get the type descriptor.
Reimplemented from corelinux::Sponsor. Reimplemented in corelinux::SchemaSponsor. |
|
redefine the operator delete[]
Reimplemented from corelinux::Sponsor. Reimplemented in corelinux::SchemaSponsor. |
|
redefine the operator new[]
Reimplemented from corelinux::Sponsor. Reimplemented in corelinux::SchemaSponsor. |
|
Assignment operator.
Reimplemented from corelinux::Sponsor. Reimplemented in corelinux::SchemaSponsor. |
|
Equality operator.
|
|
1 a point of StoreSponsor
|