#include <int_utils.h>
|
| BitWriter (unsigned char *output) |
|
template<int BITS, typename I > |
void | Write (I val) |
|
void | Flush () |
|
|
template<int BITS, typename I > |
void | WriteInner (I val) |
|
Definition at line 55 of file int_utils.h.
◆ BitWriter()
BitWriter::BitWriter |
( |
unsigned char * |
output | ) |
|
|
inline |
◆ Flush()
void BitWriter::Flush |
( |
| ) |
|
|
inline |
◆ Write()
template<int BITS, typename I >
void BitWriter::Write |
( |
I |
val | ) |
|
|
inline |
◆ WriteInner()
template<int BITS, typename I >
void BitWriter::WriteInner |
( |
I |
val | ) |
|
|
inlineprivate |
◆ offset
int BitWriter::offset = 0 |
|
private |
◆ out
unsigned char* BitWriter::out |
|
private |
◆ state
unsigned char BitWriter::state = 0 |
|
private |
The documentation for this class was generated from the following file: