roadrunner
2.6.0
Fast simulator for SBML models
|
testing class More...
#include <ModelDataIRBuilder.h>
Public Member Functions | |
LLVMModelDataIRBuilderTesting (LLVMModelDataSymbols const &, llvm::IRBuilder<> &) | |
void | createAccessors (llvm::Module *module) |
std::pair< llvm::Function *, llvm::Function * > | createFloatingSpeciesAccessors (llvm::Module *module, const std::string id) |
llvm::CallInst * | createDispInt (llvm::Value *intVal) |
llvm::CallInst * | createDispDouble (llvm::Value *doubleVal) |
llvm::CallInst * | createDispChar (llvm::Value *doubleVal) |
Public Attributes | |
llvm::IRBuilder & | builder |
LLVMModelDataSymbols const & | symbols |
testing class