.TH "ZyanString_" 3 "Version 1.5.0.0" "Zycore" \" -*- nroff -*- .ad l .nh .SH NAME ZyanString_ .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "\fBZyanStringFlags\fP \fBflags\fP" .br .ti -1c .RI "\fBZyanVector\fP \fBvector\fP" .br .in -1c .SH "Detailed Description" .PP Defines the \fCZyanString\fP struct\&. .PP The \fCZyanString\fP 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 \fCZyanStringGetData\fP to access the C-style string)\&. .PP All fields in this struct should be considered as 'private'\&. Any changes may lead to unexpected behavior\&. .SH "Member Data Documentation" .PP .SS "\fBZyanStringFlags\fP ZyanString_::flags" String flags\&. .SS "\fBZyanVector\fP ZyanString_::vector" The vector that contains the actual string\&. .SH "Author" .PP Generated automatically by Doxygen for Zycore from the source code\&.