51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesString Struct Reference

Detailed Description

String structure containing its value and size.

Public Attributes

int16_t  size
Size of the string in memory.
char  value
The first character of the string.

The documentation for this struct was generated from the following file: