|
NVBIO
|
const T* specialization of the stream_traits class, providing compile-time information about a string type
Definition at line 125 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< const T * >::index_type |
Definition at line 127 of file packedstream.h.
| typedef T nvbio::stream_traits< const T * >::symbol_type |
Definition at line 128 of file packedstream.h.
|
static |
Definition at line 131 of file packedstream.h.
|
static |
Definition at line 130 of file packedstream.h.
1.8.4