logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for Zycore from the source code.

Zycore                                           Version 1.5.2.0                                  ZyanString_(3)

Detailed Description

       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.

Member Data Documentation

ZyanStringFlagsZyanString_::flags
       String flags.

   ZyanVectorZyanString_::vector
       The vector that contains the actual string.

Name

       ZyanString_

Synopsis

       #include <String.h>

   PublicAttributesZyanStringFlagsflagsZyanVectorvector

See Also