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

Provides constants that are used to specify the cis/trans configuration of bonds. More...

Variables

constexpr unsigned int UNDEF = 0
 Specifies that the configuration of the bond is completely undefined. More...
 
constexpr unsigned int NONE = 0x1
 Specifies that a bond does not meet the requirements to be assigned a configuration. More...
 
constexpr unsigned int TRANS = 0x2
 Specifies that the bond has trans configuration. More...
 
constexpr unsigned int CIS = 0x4
 Specifies that the bond has cis configuration. More...
 
constexpr unsigned int EITHER = 0x8
 Specifies that the bond meets the requirements but has no defined configuration. More...
 

Detailed Description

Provides constants that are used to specify the cis/trans configuration of bonds.

Variable Documentation

◆ UNDEF

constexpr unsigned int CDPL::Chem::BondConfiguration::UNDEF = 0
constexpr

Specifies that the configuration of the bond is completely undefined.

◆ NONE

constexpr unsigned int CDPL::Chem::BondConfiguration::NONE = 0x1
constexpr

Specifies that a bond does not meet the requirements to be assigned a configuration.

◆ TRANS

constexpr unsigned int CDPL::Chem::BondConfiguration::TRANS = 0x2
constexpr

Specifies that the bond has trans configuration.

◆ CIS

constexpr unsigned int CDPL::Chem::BondConfiguration::CIS = 0x4
constexpr

Specifies that the bond has cis configuration.

◆ EITHER

constexpr unsigned int CDPL::Chem::BondConfiguration::EITHER = 0x8
constexpr

Specifies that the bond meets the requirements but has no defined configuration.