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 |