![]() |
Mapper
0.9.0
API documentation
|
A string of max. More...
#include <ocd_types.h>
Public Member Functions | |
| PascalString & | operator= (const QByteArray &value) noexcept |
Public Attributes | |
| unsigned char | length |
| char | data [N] |
A 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.
|
inlinenoexcept |
| char Ocd::PascalString< N >::data[N] |
| unsigned char Ocd::PascalString< N >::length |
1.8.13