#include <chem_class.hh>
Public Member Functions | |
| ChemClass (char chem_class) | |
| ChemClass () | |
| bool | operator== (const ChemClass &cc) const |
| bool | operator!= (const ChemClass &cc) const |
| bool | IsPeptideLinking () const |
| bool | IsNucleotideLinking () const |
| operator char () const | |
Static Public Attributes | |
| static const char | PeptideLinking = 'P' |
| static const char | DPeptideLinking = 'D' |
| static const char | LPeptideLinking = 'L' |
| static const char | RNALinking = 'R' |
| static const char | DNALinking = 'S' |
| static const char | NonPolymer = 'N' |
| static const char | LSaccharide = 'X' |
| static const char | DSaccharide = 'Y' |
| static const char | Saccharide = 'Z' |
| static const char | Unknown = 'U' |
Definition at line 30 of file chem_class.hh.
| ChemClass | ( | char | chem_class | ) | [inline, explicit] |
Definition at line 41 of file chem_class.hh.
| ChemClass | ( | ) | [inline] |
Definition at line 45 of file chem_class.hh.
| bool IsNucleotideLinking | ( | ) | const [inline] |
Definition at line 61 of file chem_class.hh.
| bool IsPeptideLinking | ( | ) | const [inline] |
Definition at line 56 of file chem_class.hh.
| operator char | ( | ) | const [inline] |
Definition at line 65 of file chem_class.hh.
| bool operator!= | ( | const ChemClass & | cc | ) | const [inline] |
Definition at line 52 of file chem_class.hh.
| bool operator== | ( | const ChemClass & | cc | ) | const [inline] |
Definition at line 48 of file chem_class.hh.
const char DNALinking = 'S' [static] |
Definition at line 35 of file chem_class.hh.
const char DPeptideLinking = 'D' [static] |
Definition at line 32 of file chem_class.hh.
const char DSaccharide = 'Y' [static] |
Definition at line 38 of file chem_class.hh.
const char LPeptideLinking = 'L' [static] |
Definition at line 33 of file chem_class.hh.
const char LSaccharide = 'X' [static] |
Definition at line 37 of file chem_class.hh.
const char NonPolymer = 'N' [static] |
Definition at line 36 of file chem_class.hh.
const char PeptideLinking = 'P' [static] |
Definition at line 31 of file chem_class.hh.
const char RNALinking = 'R' [static] |
Definition at line 34 of file chem_class.hh.
const char Saccharide = 'Z' [static] |
Definition at line 39 of file chem_class.hh.
const char Unknown = 'U' [static] |
Definition at line 40 of file chem_class.hh.
1.5.8