#include <LibraryObject.hpp>
Inheritance diagram for corelinux::LibraryObject:
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[]
| |
LibraryObject ( void ) | |
Default requires a name. | |
virtual | ~LibraryObject ( void ) |
Virtual destructor. | |
bool | operator== ( LibraryObjectCref ) const |
Equality operator. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
LibraryObjectPtr ( void ) | |
1 a new instance of LibraryObject. More... | |
void ( LibraryObjectPtr aPointer ) | |
1 a point of LibraryObject
| |
Protected Methods | |
LibraryObject ( LibraryObjectCref ) | |
Copy constructor. | |
LibraryObjectRef | operator= ( LibraryObjectCref ) throw ( Assertion ) |
Assignment operator. |
|
Default requires a name.
|
|
Virtual destructor.
|
|
Copy constructor.
|
|
1 a new instance of LibraryObject.
|
|
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 LibraryObject
|