#include <ReactionNetworkUtils.h>
Public Attributes | |
| double | coefficient |
| std::string | species |
| std::optional< std::string > | state |
| std::optional< std::string > | charge |
Friends | |
| bool | operator< (const Term &a, const Term &b) noexcept |
Definition at line 19 of file ReactionNetworkUtils.h.
Definition at line 31 of file ReactionNetworkUtils.h.
| std::optional<std::string> ReactionNetworkUtils::Term::charge |
Definition at line 25 of file ReactionNetworkUtils.h.
| double ReactionNetworkUtils::Term::coefficient |
Definition at line 21 of file ReactionNetworkUtils.h.
Referenced by ReactionNetworkUtils::parseReactionNetwork().
| std::string ReactionNetworkUtils::Term::species |
Definition at line 22 of file ReactionNetworkUtils.h.
| std::optional<std::string> ReactionNetworkUtils::Term::state |
Definition at line 24 of file ReactionNetworkUtils.h.
1.8.14