DOKK / manpages / debian 13 / libzycore-doc / ZyanString_.3.en
ZyanString_(3) Library Functions Manual ZyanString_(3)

ZyanString_

#include <String.h>


ZyanStringFlags flags
ZyanVector vector

Defines the ZyanString struct.

The ZyanString type is implemented as a size-prefixed string - which allows for a lot of performance optimizations. Nevertheless null-termination is guaranteed at all times to provide maximum compatibility with default C-style strings (use ZyanStringGetData to access the C-style string).

All fields in this struct should be considered as 'private'. Any changes may lead to unexpected behavior.

ZyanStringFlags ZyanString_::flags

String flags.

ZyanVector ZyanString_::vector

The vector that contains the actual string.

Generated automatically by Doxygen for Zycore from the source code.

Version 1.5.2.0 Zycore