Lugdunum  0.1.0
Namespaces | Typedefs | Functions
Library.hpp File Reference
#include <lug/System/Export.hpp>
#include <lug/System/Logger/Logger.hpp>
#include <dlfcn.h>
#include <lug/System/Library.inl>
Include dependency graph for Library.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lug
 
 lug::System
 
 lug::System::Library
 

Typedefs

using lug::System::Library::Handle = void *
 

Functions

Handle lug::System::Library::open (const char *name)
 
void lug::System::Library::close (Handle handle)
 
template<typename Function >
Function lug::System::Library::sym (Handle handle, const char *name)