tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
nucleotide.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum nucleotide_type nucleotide_type_t
 

Enumerations

enum  nucleotide_type {
  NUCLEOTIDE_ADENINE = 'a', NUCLEOTIDE_CYTOSINE = 'c', NUCLEOTIDE_GUANINE = 'g', NUCLEOTIDE_THYMINE = 't',
  NUCLEOTIDE_NUM_TYPE = 4
}
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
NUCLEOTIDE_ADENINE 
NUCLEOTIDE_CYTOSINE 
NUCLEOTIDE_GUANINE 
NUCLEOTIDE_THYMINE 
NUCLEOTIDE_NUM_TYPE