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

#include <dynamic_library_UNIX.h>

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

Public Member Functions

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

Static Public Member Functions

static std::string Suffix ()
 
static std::string Suffix ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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