roadrunner  2.6.0
Fast simulator for SBML models
Static Public Member Functions | List of all members
rrllvm::JitFactory Class Reference

Use the options in LoadSBMLOptions.ModelGeneratorOpt or fall back on the global Config settings to create a Jit. More...

#include <JitFactory.h>

Static Public Member Functions

static std::unique_ptr< JitmakeJitEngine (std::uint32_t opt)
 Create a Jit engine using local options provided by the user.
 
static std::unique_ptr< JitmakeJitEngine ()
 Create a Jit engine using the global options in Config. More...
 

Detailed Description

Use the options in LoadSBMLOptions.ModelGeneratorOpt or fall back on the global Config settings to create a Jit.

Member Function Documentation

◆ makeJitEngine()

std::unique_ptr< Jit > rrllvm::JitFactory::makeJitEngine ( )
static

Create a Jit engine using the global options in Config.

LoadSBMLOptions is populated based on the global Config values. This function instantiates the LoadSBMLOptions and provides the default modelGeneratorOpt to JitFactory::makeJitEngine(opt);

Examples
/home/vsts/work/1/s/source/llvm/JitFactory.h.

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