openfluid::machine::DynamicLib Class Reference

List of all members.

Public Member Functions

 DynamicLib (const std::string &LibName)
 ~DynamicLib ()
std::string getLibName () const
bool load ()
void unload ()
bool hasSymbol (const std::string &Name)
void * getSymbol (const std::string &Name) const
bool isLoaded () const

Constructor & Destructor Documentation

openfluid::machine::DynamicLib::DynamicLib ( const std::string &  LibName  ) 
openfluid::machine::DynamicLib::~DynamicLib (  ) 

Member Function Documentation

std::string openfluid::machine::DynamicLib::getLibName (  )  const [inline]
void* openfluid::machine::DynamicLib::getSymbol ( const std::string &  Name  )  const
bool openfluid::machine::DynamicLib::hasSymbol ( const std::string &  Name  ) 
bool openfluid::machine::DynamicLib::isLoaded (  )  const [inline]
bool openfluid::machine::DynamicLib::load (  ) 
void openfluid::machine::DynamicLib::unload (  ) 

Generated using Doxygen 1.6.3
Creative Commons License Creative Commons By-NC-ND license