Dynamic string structure.
More...
#include <dstring.h>
Data Fields
-
int buff_size
- predefined buffer size
-
int error
- a operation on this string was unsuccesfull -> all other operations will produce error
-
dstr_buff_t * first
- pointer to the first buffer in the list
-
dstr_buff_t * last
- pointer to the last buffer in the list
-
int len
- the length of whole string
Detailed Description
It is used for muliple appends of any strings.
- Note:
- There was an attempt to add flags for SHM/PKG memory using, ... but it shows that it slows down, thus they were removed and only the "most quick" version is used (rather two functions than one with param)
Definition at line 71 of file dstring.h.
The documentation for this struct was generated from the following file: