Resource holding data about a dynamic library. More...
#include <OgreDynLib.h>
Public Member Functions | |
DynLib (const String &name) | |
Default constructor - used by DynLibManager. | |
~DynLib () | |
Default destructor. | |
const String & | getName (void) const |
Get the name of the library. | |
void * | getSymbol (const String &strName) const throw () |
Returns the address of the given symbol from the loaded library. | |
void | load () |
Load the library. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void | unload () |
Unload the library. | |
Protected Member Functions | |
String | dynlibError (void) |
Gets the last loading error. | |
Protected Attributes | |
DYNLIB_HANDLE | mInst |
Handle to the loaded library. | |
String | mName |
Resource holding data about a dynamic library.
Definition at line 84 of file OgreDynLib.h.
Default constructor - used by DynLibManager.
Ogre::DynLib::~DynLib | ( | ) |
Default destructor.
Get the name of the library.
Definition at line 108 of file OgreDynLib.h.
Returns the address of the given symbol from the loaded library.
strName | The name of the symbol to search for |
void Ogre::DynLib::load | ( | ) |
Load the library.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
void Ogre::DynLib::unload | ( | ) |
Unload the library.
|
protected |
Handle to the loaded library.
Definition at line 126 of file OgreDynLib.h.
|
protected |
Definition at line 87 of file OgreDynLib.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.