Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants that are used to specify the role of molecules (components) in a chemical reaction. More...
Variables | |
constexpr unsigned int | NONE = 0x0 |
Specifies that a molecule is not a reaction component. More... | |
constexpr unsigned int | REACTANT = 0x1 |
Specifies the reactants of a reaction. More... | |
constexpr unsigned int | AGENT = 0x2 |
Specifies the agents of a reaction (e.g. solvent or catalyst). More... | |
constexpr unsigned int | CATALYST = AGENT |
Equivalent to ReactionRole::AGENT. More... | |
constexpr unsigned int | PRODUCT = 0x4 |
Specifies the products of a reaction. More... | |
constexpr unsigned int | ALL = REACTANT | AGENT | PRODUCT |
Specifies reactants, agents and products of a reaction. More... | |
Provides constants that are used to specify the role of molecules (components) in a chemical reaction.
|
constexpr |
Specifies that a molecule is not a reaction component.
|
constexpr |
Specifies the reactants of a reaction.
|
constexpr |
Specifies the agents of a reaction (e.g. solvent or catalyst).
|
constexpr |
Equivalent to ReactionRole::AGENT.
|
constexpr |
Specifies the products of a reaction.