NVBIO
|
PackedStream reference wrapper
Definition at line 138 of file packedstream.h.
#include <packedstream.h>
Public Types | |
typedef Stream::symbol_type | Symbol |
typedef Stream::symbol_type | symbol_type |
typedef symbol_type | value_type |
typedef Stream::index_type | index_type |
typedef Stream::sindex_type | sindex_type |
Public Members | |
Stream | m_stream |
typedef Stream::index_type nvbio::PackedStreamRef< Stream >::index_type |
Definition at line 143 of file packedstream.h.
typedef Stream::sindex_type nvbio::PackedStreamRef< Stream >::sindex_type |
Definition at line 144 of file packedstream.h.
typedef Stream::symbol_type nvbio::PackedStreamRef< Stream >::Symbol |
Definition at line 140 of file packedstream.h.
typedef Stream::symbol_type nvbio::PackedStreamRef< Stream >::symbol_type |
Definition at line 141 of file packedstream.h.
typedef symbol_type nvbio::PackedStreamRef< Stream >::value_type |
Definition at line 142 of file packedstream.h.
|
inline |
constructor
Definition at line 148 of file packedstream.h.
|
inline |
copy constructor
Definition at line 153 of file packedstream.h.
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::PackedStreamRef< Stream >::operator Symbol | ( | ) | const |
conversion operator
Definition at line 737 of file packedstream_inl.h.
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE PackedStreamRef< Stream > & nvbio::PackedStreamRef< Stream >::operator= | ( | const PackedStreamRef< Stream > & | ref) |
assignment operator
Definition at line 720 of file packedstream_inl.h.
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE PackedStreamRef< Stream > & nvbio::PackedStreamRef< Stream >::operator= | ( | const Symbol | s) |
assignment operator
Definition at line 728 of file packedstream_inl.h.
Stream nvbio::PackedStreamRef< Stream >::m_stream |
Definition at line 168 of file packedstream.h.