Dune::Copasi
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions | Variables
factory.hh File Reference
#include <dune/copasi/parser/parser.hh>
#include <memory>
#include <unordered_map>
Include dependency graph for factory.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Copasi
 

Enumerations

enum class  Dune::Copasi::ParserType {
  Dune::Copasi::None , Dune::Copasi::SymEngine , Dune::Copasi::SymEngineSBML , Dune::Copasi::MuParser ,
  Dune::Copasi::ExprTk
}
 

Functions

std::unique_ptr< ParserDune::Copasi::make_parser (ParserType parser_type=default_parser)
 
std::unique_ptr< ParserDune::Copasi::make_parser (std::string_view parser_type)
 

Variables

const ParserType Dune::Copasi::default_parser