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

Public Member Functions | |
| OSXLibraryPeer () | |
| virtual | ~OSXLibraryPeer () |
| 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_ |
| This is either a pointer that dlopen() returned or a CFBundleRef. | |
| bool | handleIsBundle_ |
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
|
|
|
|
|
This is either a pointer that dlopen() returned or a CFBundleRef.
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXLibraryPeer.h
