#include <shared_library.h>
◆ SharedLibrary() [1/2]
mir::SharedLibrary::SharedLibrary |
( |
char const * |
library_name | ) |
|
|
explicit |
◆ SharedLibrary() [2/2]
mir::SharedLibrary::SharedLibrary |
( |
std::string const & |
library_name | ) |
|
|
explicit |
◆ ~SharedLibrary()
mir::SharedLibrary::~SharedLibrary |
( |
| ) |
|
|
noexcept |
◆ load_function() [1/3]
template<typename FunctionPtr >
FunctionPtr mir::SharedLibrary::load_function |
( |
char const * |
function_name | ) |
const |
|
inline |
◆ load_function() [2/3]
template<typename FunctionPtr >
FunctionPtr mir::SharedLibrary::load_function |
( |
std::string const & |
function_name | ) |
const |
|
inline |
◆ load_function() [3/3]
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 file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Mar 27 12:06:55 UTC 2017