VCF::LinuxLibraryPeer Class Reference
#include <LinuxLibraryPeer.h>
Inheritance diagram for VCF::LinuxLibraryPeer:

Public Member Functions | |
| LinuxLibraryPeer () | |
| virtual | ~LinuxLibraryPeer () |
| virtual void | load (const String &libraryFilename) |
| loads a dynamic library | |
| virtual void * | getFunction (const String &functionName) |
| returns a pointer to the function named functionName. | |
| virtual void | unload () |
| virtual OSHandleID | getHandleID () |
| Returns an OS handle to the loaded library. | |
Protected Attributes | |
| void * | libHandle_ |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
returns a pointer to the function named functionName.
Implements VCF::LibraryPeer. |
|
|
Returns an OS handle to the loaded library.
Implements VCF::LibraryPeer. |
|
|
loads a dynamic library
Implements VCF::LibraryPeer. |
|
|
Implements VCF::LibraryPeer. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/LinuxLibraryPeer.h
