PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
Loading...
Searching...
No Matches
DynamicLoader Class Reference

load shared libraries & retrieve symbols More...

#include <DynamicLoader.hpp>

Public Member Functions

 DynamicLoader (std::string str)
 
 DynamicLoader (const DynamicLoader &other)
 
 DynamicLoader (DynamicLoader &&other)
 
bool isReady ()
 
void setPath (std::string str)
 
std::string getPath () const
 
void setLib (void *lib)
 
void * getLib ()
 
void * findSymbol (std::string str)
 

Private Attributes

void * _lib
 
std::string _name
 

Detailed Description

load shared libraries & retrieve symbols


The documentation for this class was generated from the following file: