#include <parser.hh>
◆ Function0D
◆ Function1D
◆ Function2D
◆ Function3D
◆ Function4D
◆ RangeField
◆ Parser() [1/3]
Dune::Copasi::Parser::Parser |
( |
| ) |
|
|
default |
◆ Parser() [2/3]
Dune::Copasi::Parser::Parser |
( |
const Parser & |
| ) |
|
|
delete |
◆ Parser() [3/3]
Dune::Copasi::Parser::Parser |
( |
Parser && |
| ) |
|
|
default |
◆ ~Parser()
virtual Dune::Copasi::Parser::~Parser |
( |
| ) |
|
|
virtualdefault |
◆ compile()
virtual void Dune::Copasi::Parser::compile |
( |
| ) |
|
|
pure virtual |
◆ compiled()
bool Dune::Copasi::Parser::compiled |
( |
| ) |
const |
◆ define_constant()
virtual void Dune::Copasi::Parser::define_constant |
( |
const std::string & |
symbol, |
|
|
const RangeField & |
value |
|
) |
| |
|
pure virtual |
◆ define_function() [1/5]
virtual void Dune::Copasi::Parser::define_function |
( |
const std::string & |
symbol, |
|
|
Function0D && |
function |
|
) |
| |
|
pure virtual |
◆ define_function() [2/5]
virtual void Dune::Copasi::Parser::define_function |
( |
const std::string & |
symbol, |
|
|
Function1D && |
function |
|
) |
| |
|
pure virtual |
◆ define_function() [3/5]
virtual void Dune::Copasi::Parser::define_function |
( |
const std::string & |
symbol, |
|
|
Function2D && |
function |
|
) |
| |
|
pure virtual |
◆ define_function() [4/5]
virtual void Dune::Copasi::Parser::define_function |
( |
const std::string & |
symbol, |
|
|
Function3D && |
function |
|
) |
| |
|
pure virtual |
◆ define_function() [5/5]
virtual void Dune::Copasi::Parser::define_function |
( |
const std::string & |
symbol, |
|
|
Function4D && |
function |
|
) |
| |
|
pure virtual |
◆ define_variable()
virtual void Dune::Copasi::Parser::define_variable |
( |
const std::string & |
symbol, |
|
|
RangeField const * |
value |
|
) |
| |
|
virtual |
◆ expression()
std::string Dune::Copasi::Parser::expression |
( |
| ) |
const |
◆ operator()()
virtual RangeField Dune::Copasi::Parser::operator() |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_expression()
virtual void Dune::Copasi::Parser::set_expression |
( |
const std::string & |
expression | ) |
|
|
virtual |
◆ _compiled
bool Dune::Copasi::Parser::_compiled = false |
|
protected |
◆ _expression
std::string Dune::Copasi::Parser::_expression |
|
protected |
◆ _symbols
std::vector<std::string> Dune::Copasi::Parser::_symbols |
|
protected |
◆ _variables
std::vector<RangeField const*> Dune::Copasi::Parser::_variables |
|
protected |
The documentation for this class was generated from the following file: