#include <bitstream.h>
◆ bitstream() [1/3]
evx::bitstream::bitstream |
( |
| ) |
|
◆ bitstream() [2/3]
evx::bitstream::bitstream |
( |
uint32 |
size | ) |
|
◆ bitstream() [3/3]
evx::bitstream::bitstream |
( |
void * |
bytes, |
|
|
uint32 |
size |
|
) |
| |
◆ ~bitstream()
virtual evx::bitstream::~bitstream |
( |
| ) |
|
|
virtual |
◆ assign() [1/2]
◆ assign() [2/2]
◆ clear()
void evx::bitstream::clear |
( |
| ) |
|
◆ empty()
void evx::bitstream::empty |
( |
| ) |
|
◆ is_empty()
bool evx::bitstream::is_empty |
( |
| ) |
const |
◆ is_full()
bool evx::bitstream::is_full |
( |
| ) |
const |
◆ query_byte_occupancy()
uint32 evx::bitstream::query_byte_occupancy |
( |
| ) |
const |
◆ query_capacity()
uint32 evx::bitstream::query_capacity |
( |
| ) |
const |
◆ query_data()
uint8* evx::bitstream::query_data |
( |
| ) |
const |
◆ query_occupancy()
uint32 evx::bitstream::query_occupancy |
( |
| ) |
const |
◆ read_bit()
evx_status evx::bitstream::read_bit |
( |
void * |
data | ) |
|
◆ read_bits()
◆ read_byte()
evx_status evx::bitstream::read_byte |
( |
void * |
data | ) |
|
◆ read_bytes()
◆ resize_capacity()
uint32 evx::bitstream::resize_capacity |
( |
uint32 |
size_in_bits | ) |
|
◆ seek()
◆ write_bit()
◆ write_bits()
◆ write_byte()
◆ write_bytes()
The documentation for this class was generated from the following file: