#include <Schema.hpp>
Inheritance diagram for corelinux::Schema:
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[]
| |
Schema ( void ) | |
Default constructor not allowed. | |
Schema ( SchemaCref ) | |
Copy constructor. | |
virtual | ~Schema ( void ) |
Virtual Destructor. | |
bool | operator== ( SchemaCref ) const |
Equality operator. | |
SchemaRef | operator= ( SchemaCref ) |
Assignment operator. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SchemaPtr ( void ) | |
1 a new instance of Schema. More... | |
void ( SchemaPtr aPointer ) | |
1 a point of Schema
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of Schema.
|
|
get the type.
Reimplemented from corelinux::Concept. |
|
get the type descriptor.
Reimplemented from corelinux::Concept. |
|
redefine the operator delete[]
Reimplemented from corelinux::Concept. |
|
redefine the operator new[]
Reimplemented from corelinux::Concept. |
|
Assignment operator.
|
|
Equality operator.
|
|
1 a point of Schema
|