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

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 )()
 

Detailed Description

Function Documentation

◆ InfoSharedLoader()

InfoSharedLoader::InfoSharedLoader ( std::string file)
inline

Construct a new Info Shared Loader object with every symbols from the shared library.

Parameters
file