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 > Struct Template Reference

Detailed description

template<>
struct nvbio::AlphabetTraits< RNA >

A traits class for DNA Alphabet

Definition at line 174 of file alphabet.h.

#include <alphabet.h>

Public Types

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

Static Public Members

static const uint32 SYMBOL_SIZE = 2
 
static const uint32 SYMBOL_COUNT = 4
 

Member Enumeration Documentation

anonymous enum
Enumerator
A 
C 
G 
U 

Definition at line 179 of file alphabet.h.

Member Data Documentation

const uint32 nvbio::AlphabetTraits< RNA >::SYMBOL_COUNT = 4
static

Definition at line 177 of file alphabet.h.

const uint32 nvbio::AlphabetTraits< RNA >::SYMBOL_SIZE = 2
static

Definition at line 176 of file alphabet.h.


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