#include <BitStream.h>
|
std::vector< uint8_t >::const_iterator | end |
|
std::vector< uint8_t >::const_iterator | pos |
|
Definition at line 74 of file BitStream.h.
◆ VectorByteStream()
VectorByteStream::VectorByteStream |
( |
const std::vector< uint8_t > & |
vector | ) |
|
|
inlineexplicit |
◆ eof()
bool VectorByteStream::eof |
( |
| ) |
const |
|
inline |
◆ getResultPointer()
template<typename T >
char * VectorByteStream::getResultPointer |
( |
T *const |
result, |
|
|
const std::size_t & |
bytecount |
|
) |
| const |
|
inlineprivate |
◆ operator>>()
◆ peek()
uint8_t VectorByteStream::peek |
( |
| ) |
|
|
inline |
◆ read()
template<std::size_t bytecount, typename T >
◆ readRaw() [1/4]
template<typename T >
T VectorByteStream::readRaw |
( |
T && |
result | ) |
|
|
inline |
◆ readRaw() [2/4]
template<std::size_t bytecount, typename T >
◆ readRaw() [3/4]
◆ readRaw() [4/4]
template<typename T >
VectorByteStream & VectorByteStream::readRaw |
( |
T & |
result, |
|
|
const std::size_t & |
bytecount |
|
) |
| |
|
inline |
◆ skip()
template<size_t bytecount>
◆ streameof()
bool VectorByteStream::streameof |
( |
| ) |
const |
|
inlineprivate |
◆ streamignore()
void VectorByteStream::streamignore |
( |
const std::size_t & |
bytecount | ) |
|
|
inlineprivate |
◆ streampeek()
unsigned VectorByteStream::streampeek |
( |
| ) |
const |
|
inlineprivate |
◆ streamread()
void VectorByteStream::streamread |
( |
char * |
dest, |
|
|
const std::size_t & |
bytecount |
|
) |
| |
|
inlineprivate |
◆ end
std::vector<uint8_t>::const_iterator VectorByteStream::end |
|
private |
◆ pos
std::vector<uint8_t>::const_iterator VectorByteStream::pos |
|
private |
The documentation for this class was generated from the following file:
- Framework/DataHandling/inc/MantidDataHandling/BitStream.h