#include <SchemaDataDescriptor.hpp>
Inheritance diagram for corelinux::SchemaDataDescriptor:
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[]
| |
SchemaDataDescriptor ( void ) | |
Default constructor not allowed. | |
SchemaDataDescriptor ( SchemaDataDescriptorCref ) | |
Copy constructor. | |
virtual | ~SchemaDataDescriptor ( void ) |
Virtual Destructor. | |
bool | operator== ( SchemaDataDescriptorCref ) const |
Equality operator. | |
SchemaDataDescriptorRef | operator= ( SchemaDataDescriptorCref ) |
Assignment operator. | |
CharPtr | getBuffer ( void ) const |
IntCref | getBufferSize ( void ) const |
void | setDescriptor ( IntCref , CharPtr ) |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SchemaDataDescriptorPtr ( void ) | |
1 a new instance of SchemaDataDescriptor. More... | |
void ( SchemaDataDescriptorPtr aPointer ) | |
1 a point of SchemaDataDescriptor
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of SchemaDataDescriptor.
|
|
|
|
|
|
get the type.
Reimplemented from corelinux::Aggregate. |
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. |
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. |
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. |
|
Assignment operator.
|
|
Equality operator.
|
|
|
|
1 a point of SchemaDataDescriptor
|