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