#include <bitstream.h>
Utils::bitstream::bitstream |
( |
| ) |
|
Utils::bitstream::bitstream |
( |
| ) |
|
void Utils::bitstream::append |
( |
const char * |
input, |
|
|
size_t |
bytes |
|
) |
| |
void Utils::bitstream::append |
( |
const char * |
input, |
|
|
size_t |
bytes |
|
) |
| |
void Utils::bitstream::append |
( |
const std::string & |
input | ) |
|
void Utils::bitstream::append |
( |
const std::string & |
input | ) |
|
bool Utils::bitstream::checkBufferSize |
( |
unsigned int |
size | ) |
|
|
private |
bool Utils::bitstream::checkBufferSize |
( |
unsigned int |
size | ) |
|
|
private |
void Utils::bitstream::clear |
( |
| ) |
|
void Utils::bitstream::clear |
( |
| ) |
|
void Utils::bitstream::flush |
( |
| ) |
|
void Utils::bitstream::flush |
( |
| ) |
|
long long unsigned int Utils::bitstream::get |
( |
size_t |
count | ) |
|
long long unsigned int Utils::bitstream::get |
( |
size_t |
count | ) |
|
long long int Utils::bitstream::getExpGolomb |
( |
| ) |
|
long long int Utils::bitstream::getExpGolomb |
( |
| ) |
|
long long unsigned int Utils::bitstream::getUExpGolomb |
( |
| ) |
|
long long unsigned int Utils::bitstream::getUExpGolomb |
( |
| ) |
|
long long unsigned int Utils::bitstream::golombGetter |
( |
| ) |
|
|
private |
long long unsigned int Utils::bitstream::golombGetter |
( |
| ) |
|
|
private |
long long unsigned int Utils::bitstream::golombPeeker |
( |
| ) |
|
|
private |
long long unsigned int Utils::bitstream::golombPeeker |
( |
| ) |
|
|
private |
bitstream& Utils::bitstream::operator<< |
( |
std::string |
input | ) |
|
|
inline |
bitstream& Utils::bitstream::operator<< |
( |
std::string |
input | ) |
|
|
inline |
bitstream& Utils::bitstream::operator<< |
( |
char |
input | ) |
|
|
inline |
bitstream& Utils::bitstream::operator<< |
( |
char |
input | ) |
|
|
inline |
long long unsigned int Utils::bitstream::peek |
( |
size_t |
count | ) |
|
long long unsigned int Utils::bitstream::peek |
( |
size_t |
count | ) |
|
long long int Utils::bitstream::peekExpGolomb |
( |
| ) |
|
long long int Utils::bitstream::peekExpGolomb |
( |
| ) |
|
bool Utils::bitstream::peekOffset |
( |
size_t |
peekOffset | ) |
|
bool Utils::bitstream::peekOffset |
( |
size_t |
peekOffset | ) |
|
long long unsigned int Utils::bitstream::peekUExpGolomb |
( |
| ) |
|
long long unsigned int Utils::bitstream::peekUExpGolomb |
( |
| ) |
|
long long unsigned int Utils::bitstream::size |
( |
| ) |
|
long long unsigned int Utils::bitstream::size |
( |
| ) |
|
void Utils::bitstream::skip |
( |
size_t |
count | ) |
|
void Utils::bitstream::skip |
( |
size_t |
count | ) |
|
size_t Utils::bitstream::bufferSize |
|
private |
char * Utils::bitstream::data |
|
private |
size_t Utils::bitstream::dataSize |
|
private |
size_t Utils::bitstream::offset |
|
private |
The documentation for this class was generated from the following files: