a read in device memory
Definition at line 465 of file reads.h.
|
| enum | { READS = 0x01,
QUALS = 0x02
} |
| |
typedef ReadDataView< uint32
*, uint32 *, char *, char * > | plain_view_type |
| |
typedef ReadDataView< const
uint32 *, const uint32
*, const char *, const char * > | const_plain_view_type |
| |
| typedef IndexIterator | index_iterator |
| | the index iterator More...
|
| |
typedef to_const
< index_iterator >::type | const_index_iterator |
| | the const index iterator More...
|
| |
| typedef ReadStorageIterator | read_storage_iterator |
| | the read storage iterator More...
|
| |
typedef to_const
< read_storage_iterator >
::type | const_read_storage_iterator |
| | the const read storage iterator More...
|
| |
| typedef QualStorageIterator | qual_storage_iterator |
| | the qualities iterator More...
|
| |
typedef to_const
< qual_storage_iterator >
::type | const_qual_storage_iterator |
| | the const qualities iterator More...
|
| |
| typedef NameStorageIterator | name_storage_iterator |
| | the names string iterator More...
|
| |
typedef to_const
< name_storage_iterator >
::type | const_name_storage_iterator |
| | the names string iterator More...
|
| |
typedef PackedStream
< read_storage_iterator, uint8,
READ_BITS, READ_BIG_ENDIAN > | read_stream_type |
| | the packed read-stream type More...
|
| |
typedef PackedStream
< const_read_storage_iterator,
uint8, READ_BITS,
READ_BIG_ENDIAN > | const_read_stream_type |
| | the const packed read-stream type More...
|
| |
| typedef read_stream_type::iterator | read_stream_iterator |
| | the read-stream iterator More...
|
| |
typedef
const_read_stream_type::iterator | const_read_stream_iterator |
| | the const read-stream iterator More...
|
| |
typedef vector_view
< read_stream_iterator > | read_string |
| | the read string type More...
|
| |
typedef vector_view
< const_read_stream_iterator > | const_read_string |
| | the const read string type More...
|
| |
typedef ConcatenatedStringSet
< read_stream_iterator,
index_iterator > | read_string_set_type |
| | string-set type More...
|
| |
typedef ConcatenatedStringSet
< const_read_stream_iterator,
const_index_iterator > | const_read_string_set_type |
| | const string-set type More...
|
| |
typedef ConcatenatedStringSet
< qual_storage_iterator,
index_iterator > | qual_string_set_type |
| | quality string-set type More...
|
| |
typedef ConcatenatedStringSet
< const_qual_storage_iterator,
const_index_iterator > | const_qual_string_set_type |
| | const quality string-set type More...
|
| |
typedef ConcatenatedStringSet
< name_storage_iterator,
index_iterator > | name_string_set_type |
| | name string-set type More...
|
| |
typedef ConcatenatedStringSet
< const_name_storage_iterator,
const_index_iterator > | const_name_string_set_type |
| | const name string-set type More...
|
| |