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

Detailed description

template< typename T>
struct nvbio::stream_traits< T >

Basic stream traits class, providing compile-time information about a string type

Definition at line 103 of file packedstream.h.

#include <packedstream.h>

Public Types

typedef uint32 index_type
 
typedef char symbol_type
 

Static Public Members

static const uint32 SYMBOL_SIZE = 8u
 
static const uint32 SYMBOL_COUNT = 256u
 

Member Typedef Documentation

template<typename T>
typedef uint32 nvbio::stream_traits< T >::index_type

Definition at line 105 of file packedstream.h.

template<typename T>
typedef char nvbio::stream_traits< T >::symbol_type

Definition at line 106 of file packedstream.h.

Member Data Documentation

template<typename T>
const uint32 nvbio::stream_traits< T >::SYMBOL_COUNT = 256u
static

Definition at line 109 of file packedstream.h.

template<typename T>
const uint32 nvbio::stream_traits< T >::SYMBOL_SIZE = 8u
static

Definition at line 108 of file packedstream.h.


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