roadrunner  2.6.0
Fast simulator for SBML models
Public Member Functions | Protected Attributes | List of all members
rr::ModelSharedLibrary Class Reference

Access an actual compiled shared library (.so, .dll or .dylib) that was compiled by a ModelGenerator and provides access to the exported C functions. More...

#include <rrModelSharedLibrary.h>

Public Member Functions

 ModelSharedLibrary (const std::string &pathToLib="")
 
bool setPath (const std::string &pathTo)
 
std::string createName (const std::string &name="")
 
std::string getName ()
 
std::string getFullFileName ()
 
bool load ()
 
bool load (const std::string &name)
 
bool unload ()
 
bool isLoaded ()
 
void * getSymbol (const std::string &name)
 
bool hasSymbol (const std::string &name)
 

Protected Attributes

std::string mLibName
 
std::string mPathToLib
 
SharedLibrary mTheLib
 

Detailed Description

Access an actual compiled shared library (.so, .dll or .dylib) that was compiled by a ModelGenerator and provides access to the exported C functions.


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