#include <Loader.hpp>
Inheritance diagram for corelinux::Loader:
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[]
| |
Loader ( void ) | |
Default constructor. | |
virtual | ~Loader ( void ) |
Virtual Destructor. | |
bool | operator== ( LoaderCref ) const |
Equality operator. | |
virtual LibraryInstancePtr | load ( CharPtr ) = 0 throw ( LoadException ) |
Load is the request to access the identified library. More... | |
virtual void | unLoad ( LibraryInstancePtr ) = 0 throw ( LoadException ) |
Unload is the request to return a library instance to the specific loader. More... | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
LoaderPtr ( void ) | |
1 a new instance of Loader. More... | |
void ( LoaderPtr aPointer ) | |
1 a point of Loader
| |
Protected Methods | |
Loader ( LoaderCref ) | |
Copy constructor. | |
LoaderRef | operator= ( LoaderCref ) |
Assignment operator. |
|
Default constructor.
|
|
Virtual Destructor.
|
|
Copy constructor.
|
|
1 a new instance of Loader.
|
|
get the type.
Reimplemented from corelinux::Aggregate. |
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. |
|
Load is the request to access the identified library.
|
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. |
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. |
|
Assignment operator.
|
|
Equality operator.
|
|
Unload is the request to return a library instance to the specific loader.
|
|
1 a point of Loader
|