|
ARB
|
#include <climits>#include <arb_assert.h>#include <arbtools.h>

Go to the source code of this file.
Classes | |
| struct | BaseInverter |
| struct | ChildLookupTable |
| class | BitField |
Macros | |
| #define | prd_assert(cond) arb_assert(cond) |
| #define | MAX_LONG LONG_MAX |
| #define | PRD_MAX_SEQUENCE_POS MAX_LONG |
Typedefs | |
| typedef long int | PRD_Sequence_Pos |
Variables | |
| static BaseInverter | INVERT |
| static ChildLookupTable | CHAR2CHILD |
| static BitField | CHAR2BIT |
| #define prd_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 14 of file PRD_Globals.hxx.
Referenced by primer_design_event_check_primer_length(), primer_design_event_go(), and primer_design_event_init().
| #define MAX_LONG LONG_MAX |
Definition at line 17 of file PRD_Globals.hxx.
| #define PRD_MAX_SEQUENCE_POS MAX_LONG |
Definition at line 20 of file PRD_Globals.hxx.
Referenced by PrimerDesign::convertTreesToLists().
| typedef long int PRD_Sequence_Pos |
Definition at line 21 of file PRD_Globals.hxx.
|
static |
Definition at line 55 of file PRD_Globals.hxx.
|
static |
Definition at line 72 of file PRD_Globals.hxx.
Referenced by Node::childByBase(), and SearchFIFO::iterateWith().
|
static |
Definition at line 108 of file PRD_Globals.hxx.
Referenced by SearchFIFO::iterateWith(), and SearchFIFO::push().
1.8.8