Wallaroo  0.8
Public Member Functions | Static Public Member Functions | List of all members
wallaroo::detail::DynamicLibrary Class Reference

#include <dynamic_library.h>

Inheritance diagram for wallaroo::detail::DynamicLibrary:
wallaroo::detail::PlatformSpecificDynamicLibrary

Public Member Functions

 DynamicLibrary (const std::string &fileName)
 
 ~DynamicLibrary ()
 
template<typename F >
GetFunction (const std::string &funcName)
 

Static Public Member Functions

static std::string Suffix ()
 

Constructor & Destructor Documentation

wallaroo::detail::DynamicLibrary::DynamicLibrary ( const std::string &  fileName)
inlineexplicit
wallaroo::detail::DynamicLibrary::~DynamicLibrary ( )
inline

Member Function Documentation

template<typename F >
F wallaroo::detail::DynamicLibrary::GetFunction ( const std::string &  funcName)
inline
static std::string wallaroo::detail::DynamicLibrary::Suffix ( )
inlinestatic

The documentation for this class was generated from the following file: