![]() |
Mapper
0.9.0
API documentation
|
A UTF-16LE-encoded string of max. More...
#include <ocd_types.h>
Public Member Functions | |
Q_STATIC_ASSERT (N >=2) | |
Utf16PascalString & | operator= (const QString &value) |
Public Attributes | |
QChar | data [N] |
A UTF-16LE-encoded string of max.
N characters, zero-terminated.
This string actually holds max. N-1 16-bit code units, as the last one is reserved for the terminating zero. Unused elements are filled with zero.
|
inline |
Ocd::Utf16PascalString< N >::Q_STATIC_ASSERT | ( | N >= | 2 | ) |
QChar Ocd::Utf16PascalString< N >::data[N] |