Chemical Data Processing Library C++ API - Version 1.2.0
Variables
CDPL::Chem::ReactionRole Namespace Reference

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...
 

Detailed Description

Provides constants that are used to specify the role of molecules (components) in a chemical reaction.

Variable Documentation

◆ NONE

constexpr unsigned int CDPL::Chem::ReactionRole::NONE = 0x0
constexpr

Specifies that a molecule is not a reaction component.

◆ REACTANT

constexpr unsigned int CDPL::Chem::ReactionRole::REACTANT = 0x1
constexpr

Specifies the reactants of a reaction.

◆ AGENT

constexpr unsigned int CDPL::Chem::ReactionRole::AGENT = 0x2
constexpr

Specifies the agents of a reaction (e.g. solvent or catalyst).

◆ CATALYST

constexpr unsigned int CDPL::Chem::ReactionRole::CATALYST = AGENT
constexpr

Equivalent to ReactionRole::AGENT.

◆ PRODUCT

constexpr unsigned int CDPL::Chem::ReactionRole::PRODUCT = 0x4
constexpr

Specifies the products of a reaction.

◆ ALL

constexpr unsigned int CDPL::Chem::ReactionRole::ALL = REACTANT | AGENT | PRODUCT
constexpr

Specifies reactants, agents and products of a reaction.