Definition at line 20 of file ReactionRate.h.
#include <ReactionRate.h>
|
| ReactionRate (std::string kinetic_reactant_, std::vector< std::string > const &statements) |
|
std::string const & | commands () const |
|
◆ ReactionRate()
ChemistryLib::PhreeqcKernelData::ReactionRate::ReactionRate |
( |
std::string | kinetic_reactant_, |
|
|
std::vector< std::string > const & | statements ) |
Definition at line 17 of file ReactionRate.cpp.
20{
21 int line_number = 1;
22 for (auto const& statement : statements)
23 {
24 _commands += std::to_string(line_number) +
" " + statement +
"; ";
25 ++line_number;
26 }
27}
std::string const kinetic_reactant
References _commands.
◆ commands()
std::string const & ChemistryLib::PhreeqcKernelData::ReactionRate::commands |
( |
| ) |
const |
|
inline |
◆ _commands
std::string ChemistryLib::PhreeqcKernelData::ReactionRate::_commands |
|
private |
◆ kinetic_reactant
std::string const ChemistryLib::PhreeqcKernelData::ReactionRate::kinetic_reactant |
The documentation for this class was generated from the following files: