#include <chem_class.hh>
|
enum | Type {
PEPTIDE_LINKING ='P'
, D_PEPTIDE_LINKING ='D'
, L_PEPTIDE_LINKING ='L'
, RNA_LINKING ='R'
,
DNA_LINKING ='S'
, NON_POLYMER ='N'
, L_SACCHARIDE ='X'
, D_SACCHARIDE ='Y'
,
SACCHARIDE ='Z'
, WATER ='W'
, UNKNOWN ='U'
} |
|
Definition at line 27 of file chem_class.hh.
◆ Type
Enumerator |
---|
PEPTIDE_LINKING | |
D_PEPTIDE_LINKING | |
L_PEPTIDE_LINKING | |
RNA_LINKING | |
DNA_LINKING | |
NON_POLYMER | |
L_SACCHARIDE | |
D_SACCHARIDE | |
SACCHARIDE | |
WATER | |
UNKNOWN | |
Definition at line 29 of file chem_class.hh.
◆ ChemClass() [1/3]
◆ ChemClass() [2/3]
◆ ChemClass() [3/3]
◆ IsNucleotideLinking()
bool IsNucleotideLinking |
( |
| ) |
const |
|
inline |
◆ IsPeptideLinking()
bool IsPeptideLinking |
( |
| ) |
const |
|
inline |
◆ IsSaccharide()
bool IsSaccharide |
( |
| ) |
const |
|
inline |
◆ IsWater()
◆ operator char()
◆ operator!=()
bool operator!= |
( |
const ChemClass & |
cc | ) |
const |
|
inline |
◆ operator==()
bool operator== |
( |
const ChemClass & |
cc | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: