rcolyer.net
RC Lib  Version 202403231100
Public Member Functions | Public Attributes | List of all members
RC::DynamicLibrary Class Reference

Opens a dynamic library filename and stores a handle to it. Use as second parameter for RC_DYNAMIC_LOAD_FUNC(FuncName,DynLib) More...

#include <RCBits.h>

Public Member Functions

template<size_t N>
 DynamicLibrary (const char(&libname)[N])
 Loads the library of the given name.
 

Public Attributes

void * library
 Direct access to the loaded library.
 

Detailed Description

Opens a dynamic library filename and stores a handle to it. Use as second parameter for RC_DYNAMIC_LOAD_FUNC(FuncName,DynLib)

ErrorMsgFile is thrown in the event of a loading error.


The documentation for this class was generated from the following file:
email address
— (c) 2015