XLE
v0.02.0
|
Public Types | |
typedef char | CharType |
Public Member Functions | |
bool | TryAttach () |
void | Detach () |
bool | TryGetVersion (LibVersionDesc &) |
template<typename FnSignature > | |
FnSignature | GetFunction (const char name[]) |
AttachableLibrary (const CharType filename[]) | |
Protected Member Functions | |
void * | GetFunctionAddress (const char name[]) |
Protected Attributes | |
std::unique_ptr< Pimpl > | _pimpl |