append_bool(const bool flag) | message_t | |
append_byte(const byte_t number) | message_t | |
append_data(const byte_t *const data_to_copy, const size_int_t size_to_copy) | message_t | |
append_sbyte(const sbyte_t number) | message_t | |
append_size_int(const size_int_t number) | message_t | |
append_slong_int(const slong_int_t number) | message_t | |
append_sshort_int(const sshort_int_t number) | message_t | |
append_state(const state_t state) | message_t | |
append_state_ref(const state_ref_t state_ref) | message_t | |
append_ulong_int(const ulong_int_t number) | message_t | |
append_ushort_int(const ushort_int_t number) | message_t | |
get_allocated_size() const | message_t | [inline] |
get_data() | message_t | [inline] |
get_data() const | message_t | [inline] |
get_written_size() const | message_t | [inline] |
load_data(byte_t *const new_data, const size_int_t new_allocated_size) | message_t | [inline] |
message_t(const size_int_t number_of_preallocated_bytes=1024, const size_int_t reallocation_step=1024) | message_t | |
read_bool(bool &flag) | message_t | |
read_byte(byte_t &number) | message_t | |
read_data(char *const data_to_copy, const std::size_t size_to_copy) | message_t | |
read_sbyte(sbyte_t &number) | message_t | |
read_size_int(size_int_t &number) | message_t | |
read_slong_int(slong_int_t &number) | message_t | |
read_sshort_int(sshort_int_t &number) | message_t | |
read_state(state_t &state) | message_t | |
read_state_ref(state_ref_t &ref) | message_t | |
read_ulong_int(ulong_int_t &number) | message_t | |
read_ushort_int(ushort_int_t &number) | message_t | |
rewind() | message_t | [inline] |
rewind_append() | message_t | [inline] |
rewind_read() | message_t | [inline] |
set_data(byte_t *const new_data, const size_int_t new_allocated_size, const size_int_t new_written_size) | message_t | |
set_data(byte_t *const new_data, const size_int_t new_allocated_size) | message_t | |
set_written_size(const size_int_t new_size) | message_t | [inline] |
~message_t() | message_t | [inline] |