DynamicLibrary is a very simple wrapper around the programming interface to the dynamic linking loader.
More...
#include <dynamiclibrary.hpp>
Public Member Functions
Detailed Description
DynamicLibrary is a very simple wrapper around the programming interface to the dynamic linking loader.
Constructor & Destructor Documentation
DynamicLibrary::DynamicLibrary
(
)
inline
virtual DynamicLibrary::~DynamicLibrary
(
)
virtualdefault
DynamicLibrary::DynamicLibrary
(
)
inline
virtual DynamicLibrary::~DynamicLibrary
(
)
inlinevirtual
Member Function Documentation
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 file: