roadrunner  2.6.0
Fast simulator for SBML models
Public Types | Public Member Functions | List of all members
rrllvm::GetValueCodeGenBase< Derived, substanceUnits > Class Template Reference

Base class for getting the current value of an element. More...

#include <GetValueCodeGenBase.h>

Inheritance diagram for rrllvm::GetValueCodeGenBase< Derived, substanceUnits >:
rrllvm::CodeGenBase< GetValueCodeGenBase_FunctionPtr >

Public Types

typedef GetValueCodeGenBase_FunctionPtr FunctionPtr
 
- Public Types inherited from rrllvm::CodeGenBase< GetValueCodeGenBase_FunctionPtr >
typedef GetValueCodeGenBase_FunctionPtr FunctionPtr
 

Public Member Functions

 GetValueCodeGenBase (const ModelGeneratorContext &mgc)
 
llvm::Value * codeGen ()
 
- Public Member Functions inherited from rrllvm::CodeGenBase< GetValueCodeGenBase_FunctionPtr >
llvm::Function * createFunction ()
 

Additional Inherited Members

- Protected Member Functions inherited from rrllvm::CodeGenBase< GetValueCodeGenBase_FunctionPtr >
 CodeGenBase (const ModelGeneratorContext &mgc)
 
llvm::BasicBlock * codeGenHeader (const char *functionName, llvm::Type *retType, llvm::Type *(&argTypes)[N], const char *(&argNames)[N], llvm::Value *(&args)[N])
 
llvm::BasicBlock * codeGenVoidModelDataHeader (const char *functionName, llvm::Value *&modelData)
 the most common type of generated function takes a ModelData*, and returns void.
 
llvm::Function * verifyFunction ()
 
- Protected Attributes inherited from rrllvm::CodeGenBase< GetValueCodeGenBase_FunctionPtr >
const ModelGeneratorContextmodelGenContext
 
const libsbml::Model * model
 could potentially be null, everything else is guaranteed to be valid
 
const LLVMModelDataSymbolsdataSymbols
 
const LLVMModelSymbolsmodelSymbols
 
llvm::LLVMContext & context
 
llvm::Module * module
 
llvm::IRBuilder & builder
 
llvm::Function * function
 
llvm::legacy::FunctionPassManager * functionPassManager
 function pass manager. More...
 
const unsigned options
 the options bit field that was passed into the top level load method.
 

Detailed Description

template<typename Derived, bool substanceUnits>
class rrllvm::GetValueCodeGenBase< Derived, substanceUnits >

Base class for getting the current value of an element.

Automatically sets up both concentration and amount of species elements.


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