#include <BitStream_Fast.h>
§ BitStream_Fast() [1/2]
ZenLib::BitStream_Fast::BitStream_Fast |
( |
| ) |
|
|
inline |
§ BitStream_Fast() [2/2]
ZenLib::BitStream_Fast::BitStream_Fast |
( |
const int8u * |
Buffer_, |
|
|
size_t |
Size_ |
|
) |
| |
|
inline |
§ ~BitStream_Fast()
ZenLib::BitStream_Fast::~BitStream_Fast |
( |
| ) |
|
|
inline |
§ Attach()
void ZenLib::BitStream_Fast::Attach |
( |
const int8u * |
Buffer_, |
|
|
size_t |
Size_ |
|
) |
| |
|
inline |
§ BitOffset_Get()
size_t ZenLib::BitStream_Fast::BitOffset_Get |
( |
| ) |
const |
|
inline |
§ Byte_Align()
void ZenLib::BitStream_Fast::Byte_Align |
( |
| ) |
|
|
inline |
§ Get1()
int8u ZenLib::BitStream_Fast::Get1 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Get2()
int16u ZenLib::BitStream_Fast::Get2 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Get4()
int32u ZenLib::BitStream_Fast::Get4 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Get8()
int64u ZenLib::BitStream_Fast::Get8 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ GetB()
bool ZenLib::BitStream_Fast::GetB |
( |
| ) |
|
|
inline |
§ Offset_Get()
size_t ZenLib::BitStream_Fast::Offset_Get |
( |
| ) |
const |
|
inline |
§ OffsetBeforeLastCall_Get()
size_t ZenLib::BitStream_Fast::OffsetBeforeLastCall_Get |
( |
| ) |
const |
|
inline |
§ Peek1()
int8u ZenLib::BitStream_Fast::Peek1 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Peek2()
int16u ZenLib::BitStream_Fast::Peek2 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Peek4()
int32u ZenLib::BitStream_Fast::Peek4 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ Peek8()
int64u ZenLib::BitStream_Fast::Peek8 |
( |
int8u |
HowMany | ) |
|
|
inline |
§ PeekB()
bool ZenLib::BitStream_Fast::PeekB |
( |
| ) |
|
|
inline |
§ Remain()
size_t ZenLib::BitStream_Fast::Remain |
( |
| ) |
const |
|
inline |
§ Skip()
void ZenLib::BitStream_Fast::Skip |
( |
size_t |
HowMany | ) |
|
|
inline |
§ BufferUnderRun
bool ZenLib::BitStream_Fast::BufferUnderRun |
Referenced by Attach(), BitStream_Fast(), Get1(), Get2(), Get4(), Get8(), GetB(), Peek1(), Peek2(), Peek4(), PeekB(), and Skip().
The documentation for this class was generated from the following file: