$search
#include <dll.hh>
Public Member Functions | |
dll (const std::string &name) | |
dll () | |
template<typename SymbolType > | |
boost::shared_ptr< typename boost::remove_pointer < SymbolType >::type > | get (const std::string &symbol_name) const |
Private Attributes | |
std::string | m_name |
Definition at line 34 of file dll.hh.
utilmm::plugin::dll::dll | ( | const std::string & | name | ) | [inline] |
boost::shared_ptr< typename boost::remove_pointer<SymbolType>::type> utilmm::plugin::dll::get | ( | const std::string & | symbol_name | ) | const [inline] |
std::string utilmm::plugin::dll::m_name [private] |