Reaktoro  v2.9.4
A unified framework for modeling chemically reactive systems
Interpreter Member List

This is the complete list of members for Interpreter, including all inherited members.

executeJsonFile(std::string input) -> voidInterpreter
executeJsonObject(json input) -> voidInterpreter
executeJsonString(std::string input) -> voidInterpreter
Interpreter()Interpreter
Interpreter(const Interpreter &other)Interpreter
operator=(Interpreter other) -> Interpreter &Interpreter
state(std::string reference) -> const ChemicalState &Interpreter
states() -> const std::map< std::string, ChemicalState > &Interpreter
system() -> const ChemicalSystem &Interpreter
~Interpreter()Interpretervirtual