#include <shared_library.h>
mir::SharedLibrary::SharedLibrary |
( |
char const * |
library_name | ) |
|
|
explicit |
mir::SharedLibrary::SharedLibrary |
( |
std::string const & |
library_name | ) |
|
|
explicit |
mir::SharedLibrary::~SharedLibrary |
( |
| ) |
|
|
noexcept |
template<typename FunctionPtr >
FunctionPtr mir::SharedLibrary::load_function |
( |
char const * |
function_name | ) |
const |
|
inline |
template<typename FunctionPtr >
FunctionPtr mir::SharedLibrary::load_function |
( |
std::string const & |
function_name | ) |
const |
|
inline |
template<typename FunctionPtr >
FunctionPtr mir::SharedLibrary::load_function |
( |
std::string const & |
function_name, |
|
|
std::string const & |
version |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following files:
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016