Lugdunum
0.1.0
|
#include <lug/System/Export.hpp>
#include <lug/System/Logger/Logger.hpp>
#include <dlfcn.h>
#include <lug/System/Library.inl>
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) |