![]() |
PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
|
Classes | |
class | InfoSharedLoader |
Use to dynamicaly load Any shared library. More... | |
Typedefs | |
using | InfoSharedLoader::Params = std::string |
Functions | |
InfoSharedLoader::InfoSharedLoader (std::string file) | |
Construct a new Info Shared Loader object with every symbols from the shared library. | |
InfoSharedLoader::~InfoSharedLoader ()=default | |
Destroy the Info Shared Loader object. | |
Variables | |
DynamicLoader | InfoSharedLoader::dl |
Window. | |
const char *(* | InfoSharedLoader::getType )() |
const char *(* | InfoSharedLoader::getName )() |
|
inline |
Construct a new Info Shared Loader object with every symbols from the shared library.
file |