Go to the documentation of this file.
25 #ifndef CGU_REASSEMBLER_H
26 #define CGU_REASSEMBLER_H
103 const static size_t buff_size = 6;
104 char buffer[buff_size];
105 char* join_buffer(
const char*,
size_t);
Definition: application.h:44
A class for reassembling UTF-8 strings sent over pipes and sockets so they form complete valid UTF-8 ...
Definition: reassembler.h:101
This is a generic class for managing the lifetime of objects allocated on freestore.
Definition: shared_handle.h:451
size_t get_stored() const
Definition: reassembler.h:139
#define CGU_GLIB_MEMORY_SLICES_FUNCS
Definition: cgu_config.h:84
void reset()
Definition: reassembler.h:145
Reassembler()
Definition: reassembler.h:150
Cgu::SharedHandle< char * > operator()(const char *input, size_t size)