Dune::Copasi
Loading...
Searching...
No Matches
exprtk.hh
Go to the documentation of this file.
1#ifndef DUNE_COPASI_EXPRTK_PARSER_HH
2#define DUNE_COPASI_EXPRTK_PARSER_HH
3
5
6#include <map>
7#include <mutex>
8#include <string>
9#include <vector>
10#include <memory>
11
12namespace Dune::Copasi {
13
59
60} // namespace Dune::Copasi
61
62#endif // DUNE_COPASI_EXPRTK_PARSER_HH
Definition exprtk.hh:15
typename Parser::Function0D Function0D
Definition exprtk.hh:29
void compile() override final
ExprTkParser & operator=(ExprTkParser &&)=default
typename Parser::Function3D Function3D
Definition exprtk.hh:32
void define_constant(const std::string &symbol, const RangeField &value) override final
typename Parser::Function2D Function2D
Definition exprtk.hh:31
ExprTkParser(const ExprTkParser &)=delete
~ExprTkParser() override final
ExprTkParser(ExprTkParser &&)=default
void define_function(const std::string &symbol, Function0D &&function) override final
typename Parser::Function1D Function1D
Definition exprtk.hh:30
typename Parser::Function4D Function4D
Definition exprtk.hh:33
ExprTkParser & operator=(const ExprTkParser &)=delete
typename Parser::RangeField RangeField
Definition exprtk.hh:27
Definition parser.hh:16
Definition axis_names.hh:7
constexpr bool is_bitflags_v
Alias for Bitflag indicator.
Definition bit_flags.hh:24