\r\n

51Degrees Device Detection C/C++  4.5

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesStringBuilder Struct Reference

Detailed Description

String buffer for building strings with memory checks.

Examples
/home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/storedBinaryValue.h.

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
On This Page