#include <xltdl.hh>
Definition at line 52 of file xltdl.hh.
◆ xlt_handle()
vcsn::detail::xlt_handle::xlt_handle |
( |
lt_dlhandle |
h = nullptr | ) |
|
◆ ~xlt_handle()
vcsn::detail::xlt_handle::~xlt_handle |
( |
| ) |
|
◆ attach()
void vcsn::detail::xlt_handle::attach |
( |
lt_dlhandle |
h | ) |
|
Detach so that destruction does not close.
Definition at line 165 of file xltdl.cc.
References handle.
◆ close()
void vcsn::detail::xlt_handle::close |
( |
| ) |
|
◆ detach()
void vcsn::detail::xlt_handle::detach |
( |
| ) |
|
Detach so that destruction does not close.
Definition at line 158 of file xltdl.cc.
References handle.
◆ sym()
template<typename T >
T vcsn::detail::xlt_handle::sym |
( |
const std::string & |
s | ) |
|
|
inline |
Wrapper around lt_dlsym that exits on failures.
Definition at line 69 of file xltdl.hh.
References vcsn::res.
◆ handle
lt_dlhandle vcsn::detail::xlt_handle::handle |
The documentation for this class was generated from the following files: