#include <DLManager.h>
Public Member Functions | |
| LoadedLibrary (const std::string &path) | |
| void * | get_proc (std::string symbol) | 
| ~LoadedLibrary () | |
| LoadedLibrary (const std::string &path) | |
| void * | get_proc (std::string symbol) | 
| ~LoadedLibrary () | |
      
  | 
  
| 
 Default constructor (takes the path to the shared library)  | 
  
      
  | 
  
| 
 Destructor  | 
  
      
  | 
  
| 
 Default constructor (takes the path to the shared library)  | 
  
      
  | 
  
| 
 Destructor  | 
  
      
  | 
  
| 
 returns a pointer to the function named 'symbol'  | 
  
      
  | 
  
| 
 returns a pointer to the function named 'symbol'  | 
  
 1.4.4