Detailed Description
String buffer for building strings with memory checks.
Data Fields
| char *const | ptr
Pointer to the memory used by the buffer.
|
| size_t const | length
Length of buffer.
|
| char * | current
/ Current position to add characters in the buffer
|
| size_t | remaining
Remaining characters in the buffer.
|
| size_t | added
Characters added to the buffer or that would be added if the buffer were long enough.
|
| bool | full
True if the buffer is full, otherwise false.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/stringBuilder.h
