|
ARB
|

Go to the source code of this file.
Classes | |
| class | iupac::Setup |
Namespaces | |
| iupac | |
Macros | |
| #define | awt_assert(bed) arb_assert(bed) |
| #define | IUPAC_EMPTY "" |
| #define | ILL_CODE char(26) |
| #define | _____________ {NULp,0} |
| #define | MAX_MIXED 5 |
Functions | |
| static void | initialize_IUPAC_add () |
Variables | |
| const Nuc_Group | iupac::nuc_group [26][2] |
| static const char * | iupac::aminoGroupMembers [AA_GROUP_COUNT] |
| static Amino_Group | iupac::amino_group [26] |
| static Setup | iupac::perform |
| static char | IUPAC_add [26][26] |
| static int | IUPAC_add_initialized = 0 |
| #define awt_assert | ( | bed | ) | arb_assert(bed) |
Definition at line 14 of file iupac.cxx.
Referenced by iupac::decode(), and initialize_IUPAC_add().
| #define IUPAC_EMPTY "" |
Definition at line 16 of file iupac.cxx.
Referenced by iupac::decode().
| #define ILL_CODE char(26) |
Definition at line 17 of file iupac.cxx.
Referenced by iupac::encode(), and initialize_IUPAC_add().
| #define MAX_MIXED 5 |
Referenced by initialize_IUPAC_add().
|
static |
Definition at line 105 of file iupac.cxx.
References awt_assert, ILL_CODE, MAX_MIXED, iupac::Nuc_Group::members, and iupac::nuc_group.
Referenced by iupac::encode().
1.8.8