DynamicLibrary is a very simple wrapper around the programming interface to the dynamic linking loader.
More...
#include <dynamiclibrary.hpp>
DynamicLibrary is a very simple wrapper around the programming interface to the dynamic linking loader.
| DynamicLibrary::DynamicLibrary |
( |
| ) |
|
|
inline |
| virtual DynamicLibrary::~DynamicLibrary |
( |
| ) |
|
|
inlinevirtual |
| DynamicLibrary::DynamicLibrary |
( |
| ) |
|
|
inline |
| virtual DynamicLibrary::~DynamicLibrary |
( |
| ) |
|
|
inlinevirtual |
| Try<void*> DynamicLibrary::loadSymbol |
( |
const std::string & |
name | ) |
|
|
inline |
| Try<void*> DynamicLibrary::loadSymbol |
( |
const std::string & |
name | ) |
|
|
inline |
| Try<Nothing> DynamicLibrary::open |
( |
const std::string & |
path | ) |
|
|
inline |
| Try<Nothing> DynamicLibrary::open |
( |
const std::string & |
path | ) |
|
|
inline |
The documentation for this class was generated from the following files: