YARP
Yet Another Robot Platform
yarp::os::impl::SharedLibraryImpl Class Reference

Public Member Functions

 SharedLibraryImpl ()=default
 
char * getError ()
 

Public Attributes

void * dll
 
std::string error
 

Detailed Description

Definition at line 33 of file SharedLibrary.cpp.

Constructor & Destructor Documentation

◆ SharedLibraryImpl()

yarp::os::impl::SharedLibraryImpl::SharedLibraryImpl ( )
default

Member Function Documentation

◆ getError()

char* yarp::os::impl::SharedLibraryImpl::getError ( )
inline

Definition at line 38 of file SharedLibrary.cpp.

Member Data Documentation

◆ dll

void* yarp::os::impl::SharedLibraryImpl::dll

Definition at line 53 of file SharedLibrary.cpp.

◆ error

std::string yarp::os::impl::SharedLibraryImpl::error

Definition at line 55 of file SharedLibrary.cpp.


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