#include <codestream.hpp>
|
std::vector< uint8_t > | buf |
|
uint32_t | pos |
|
◆ j2c_dst_memory()
j2c_dst_memory::j2c_dst_memory |
( |
| ) |
|
|
inline |
◆ ~j2c_dst_memory()
j2c_dst_memory::~j2c_dst_memory |
( |
| ) |
|
|
overridedefault |
◆ flush()
int32_t j2c_dst_memory::flush |
( |
std::ofstream & |
dst | ) |
|
|
overridevirtual |
◆ get_length()
size_t j2c_dst_memory::get_length |
( |
| ) |
const |
◆ print_bytes()
void j2c_dst_memory::print_bytes |
( |
| ) |
|
◆ put_byte()
int32_t j2c_dst_memory::put_byte |
( |
uint8_t |
byte | ) |
|
|
overridevirtual |
◆ put_dword()
int32_t j2c_dst_memory::put_dword |
( |
uint32_t |
dword | ) |
|
|
overridevirtual |
◆ put_N_bytes()
int32_t j2c_dst_memory::put_N_bytes |
( |
uint8_t * |
src, |
|
|
uint32_t |
length |
|
) |
| |
|
overridevirtual |
◆ put_word()
int32_t j2c_dst_memory::put_word |
( |
uint16_t |
word | ) |
|
|
overridevirtual |
◆ buf
std::vector<uint8_t> j2c_dst_memory::buf |
|
private |
◆ pos
uint32_t j2c_dst_memory::pos |
|
private |
The documentation for this class was generated from the following file: