DLibrary Class Reference [Loadable Libraries]
#include <platformDlibrary.h>
Inheritance diagram for DLibrary:
[legend]List of all members.
Detailed Description
Dynamic Library Interface for library objects loaded using the loadLibrary() function.
|
Public Member Functions |
| virtual | ~DLibrary () |
| virtual void * | bind (const char *name)=0 |
Constructor & Destructor Documentation
| virtual DLibrary::~DLibrary |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual void* DLibrary::bind |
( |
const char * |
name |
) |
[pure virtual] |
|