30#ifndef __CLAW_DYNAMIC_LIBRARY_HPP__
31#define __CLAW_DYNAMIC_LIBRARY_HPP__
50 T get_symbol(
const std::string& name)
const;
58#include <claw/dynamic_library/dynamic_library.tpp>
void * handle
Type of the system handle to the library.
bool have_symbol(const std::string &name) const
Tell if the library has a symbol.
dynamic_library(const std::string &name, bool current_program=false)
Constructor.
~dynamic_library()
Destructor (close the library).
Include the good interface for dynamic libraries for your system.
This is the main namespace.