![]() |
Spicy
|
#include <stream.h>
Public Attributes | |
const Byte * | start |
uint64_t | size |
uint64_t | offset |
bool | is_first |
bool | is_last |
const detail::Chunk * | _block |
State for block-wise iteration of a stream instance.
const detail::Chunk* hilti::rt::stream::View::Block::_block |
Internal use only.
bool hilti::rt::stream::View::Block::is_first |
true if first block visited during iteration.
bool hilti::rt::stream::View::Block::is_last |
true if last block that will be visited during iteration.
uint64_t hilti::rt::stream::View::Block::offset |
Offset of first byte.
uint64_t hilti::rt::stream::View::Block::size |
Number of stream in block.
const Byte* hilti::rt::stream::View::Block::start |
Pointer to first byte.