ARB
Classes | Macros | Typedefs | Variables
PRD_Globals.hxx File Reference
#include <climits>
#include <arb_assert.h>
#include <arbtools.h>
Include dependency graph for PRD_Globals.hxx:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define prd_assert (   cond)    arb_assert(cond)
#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 Documentation

Definition at line 21 of file PRD_Globals.hxx.

Variable Documentation

BaseInverter INVERT
static

Definition at line 55 of file PRD_Globals.hxx.

ChildLookupTable CHAR2CHILD
static

Definition at line 72 of file PRD_Globals.hxx.

Referenced by Node::childByBase(), and SearchFIFO::iterateWith().

BitField CHAR2BIT
static

Definition at line 108 of file PRD_Globals.hxx.

Referenced by SearchFIFO::iterateWith(), and SearchFIFO::push().