NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Members | List of all members
nvbio::AlphabetTraits< RNA_N > Struct Template Reference

Detailed description

template<>
struct nvbio::AlphabetTraits< RNA_N >

A traits class for DNA_N Alphabet

Definition at line 188 of file alphabet.h.

#include <alphabet.h>

Public Types

enum  {
  A = 0, C = 1, G = 2, U = 3,
  N = 4
}
 

Static Public Members

static const uint32 SYMBOL_SIZE = 4
 
static const uint32 SYMBOL_COUNT = 5
 

Member Enumeration Documentation

anonymous enum
Enumerator
A 
C 
G 
U 
N 

Definition at line 193 of file alphabet.h.

Member Data Documentation

const uint32 nvbio::AlphabetTraits< RNA_N >::SYMBOL_COUNT = 5
static

Definition at line 191 of file alphabet.h.

const uint32 nvbio::AlphabetTraits< RNA_N >::SYMBOL_SIZE = 4
static

Definition at line 190 of file alphabet.h.


The documentation for this struct was generated from the following file: