Lugdunum  0.1.0
Typedefs | Functions
lug::System::Library Namespace Reference

Typedefs

using Handle = void *
 

Functions

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

Typedef Documentation

◆ Handle

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

Definition at line 23 of file Library.hpp.

Function Documentation

◆ open()

Handle lug::System::Library::open ( const char *  name)
inline

Definition at line 28 of file Library.inl.

◆ close()

void lug::System::Library::close ( Handle  handle)

◆ sym()

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