OpenCOVER
Static Public Member Functions | List of all members
opencover::coVRDynLib Class Reference

#include <coVRDynLib.h>

Static Public Member Functions

static const char * dlerror (void)
 
static CO_SHLIB_HANDLE dlopen (const char *filename, bool showErrors=true)
 
static CO_SHLIB_HANDLE dlopen (const std::string &filename, bool showErrors=true)
 
static void * dlsym (CO_SHLIB_HANDLE handle, const char *symbolname)
 
static int dlclose (CO_SHLIB_HANDLE handle)
 
static std::string libName (const std::string &name)
 

Member Function Documentation

◆ dlclose()

static int opencover::coVRDynLib::dlclose ( CO_SHLIB_HANDLE  handle)
static

◆ dlerror()

static const char * opencover::coVRDynLib::dlerror ( void  )
static

◆ dlopen() [1/2]

static CO_SHLIB_HANDLE opencover::coVRDynLib::dlopen ( const char *  filename,
bool  showErrors = true 
)
static

◆ dlopen() [2/2]

static CO_SHLIB_HANDLE opencover::coVRDynLib::dlopen ( const std::string &  filename,
bool  showErrors = true 
)
static

◆ dlsym()

static void * opencover::coVRDynLib::dlsym ( CO_SHLIB_HANDLE  handle,
const char *  symbolname 
)
static

◆ libName()

static std::string opencover::coVRDynLib::libName ( const std::string &  name)
static

The documentation for this class was generated from the following file: