AString  0.2
A Lightweight C Language String Library
_AString结构参考

The Main Struct. 更多...

#include <astring.h>

数据成员

auchar flag
volatile aboolean lock
asize len
asize allocated_len
char * str

详细描述

The Main Struct.

The AString struct contains the public fields of a AString.


字段文档

contains the length of the string.

Don't Change it, it used to check a object is AString.

contains the length of the string, not including the terminating nul byte.

volatile aboolean lock

Don't Change it, it used to keep thread safe.

char* str

points to the character data.


该结构的文档由以下文件生成: