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);
size_t get_stored() const
Definition: reassembler.h:139
Reassembler()
Definition: reassembler.h:150
This is a generic class for managing the lifetime of objects allocated on freestore.
Definition: shared_handle.h:448
Definition: application.h:44
void reset()
Definition: reassembler.h:145
A class for reassembling UTF-8 strings sent over pipes and sockets so they form complete valid UTF-8 ...
Definition: reassembler.h:101
Cgu::SharedHandle< char * > operator()(const char *input, size_t size)
#define CGU_GLIB_MEMORY_SLICES_FUNCS
Definition: cgu_config.h:84