![]() |
Mapper
0.9.0
API documentation
|
A UTF-8-encoded string of max. More...
#include <ocd_types.h>
Public Member Functions | |
Q_STATIC_ASSERT (N >=3) | |
Utf8PascalString & | operator= (const QString &value) |
Public Attributes | |
unsigned char | length |
char | data [N] |
A UTF-8-encoded string of max.
N characters with a pascal-style binary representation.
The first byte indicates the length, the following N bytes contain the actual character data. Unused bytes are filled with zero.
|
inline |
Ocd::Utf8PascalString< N >::Q_STATIC_ASSERT | ( | N >= | 3 | ) |
char Ocd::Utf8PascalString< N >::data[N] |
unsigned char Ocd::Utf8PascalString< N >::length |