NVBIO
|
T* specialization of the stream_traits class, providing compile-time information about a string type
Definition at line 114 of file packedstream.h.
#include <packedstream.h>
Public Types | |
typedef uint32 | index_type |
typedef T | symbol_type |
Static Public Members | |
static const uint32 | SYMBOL_SIZE = uint32( 8u * sizeof(T) ) |
static const uint32 | SYMBOL_COUNT = uint32( (uint64(1u) << SYMBOL_SIZE) - 1u ) |
typedef uint32 nvbio::stream_traits< T * >::index_type |
Definition at line 116 of file packedstream.h.
typedef T nvbio::stream_traits< T * >::symbol_type |
Definition at line 117 of file packedstream.h.
|
static |
Definition at line 120 of file packedstream.h.
|
static |
Definition at line 119 of file packedstream.h.