Detailed Description
String structure containing its value and size.
- Examples
- Hash/Performance.c.
Collaboration diagram for fiftyoneDegreesString:
Data Fields
| int16_t | size
Size of the string in memory.
|
| char | value
The first character of the string.
|
| union { | |
|
char secondValue
If the string is an IP address, this will be the start byte.
| |
| struct { | |
| fiftyoneDegreesFloat lat | |
| fiftyoneDegreesFloat lon | |
| } coordinate
If the string is a coordinate, this will hold the value.
| |
| } | trail |
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/string.h
