Resource holding data about a dynamic library.  
 More...
#include <OgreDynLib.h>
|  | 
|  | 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. 
 | 
|  | 
Resource holding data about a dynamic library. 
- Author
- Adrian Cearn„u (cearn.nosp@m.y@ce.nosp@m.arny..nosp@m.ro) 
- Since
- 27 January 2002 
◆ DynLib()
Default constructor - used by DynLibManager. 
- Warning
- Do not call directly 
 
 
◆ ~DynLib()
      
        
          | Ogre::DynLib::~DynLib | ( |  | ) |  | 
      
 
 
◆ getName()
Get the name of the library. 
 
 
◆ getSymbol()
Returns the address of the given symbol from the loaded library. 
- Parameters
- 
  
    | strName | The name of the symbol to search for |  
 
- Returns
- If the function succeeds, the returned value is a handle to the symbol. 
- If the function fails, the returned value is NULL. 
 
 
◆ load()
      
        
          | void Ogre::DynLib::load | ( |  | ) |  | 
      
 
 
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info 
 
 
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info 
 
 
◆ unload()
      
        
          | void Ogre::DynLib::unload | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: