字符串 更多...
#include <mm_string.h>
成员变量 | |
char * | buff |
char | stack_region [MSTR_STACK_REGION_SIZE] |
栈上分配的内存区 | |
usize_t | count |
字符串的字节长度 | |
usize_t | length |
字符串长度 | |
usize_t | cap_size |
已经分配了的内存大小, cap_size >= count + 1 | |
字符串
char* tagMString::buff |
usize_t tagMString::cap_size |
已经分配了的内存大小, cap_size >= count + 1
usize_t tagMString::count |
字符串的字节长度
usize_t tagMString::length |
字符串长度
char tagMString::stack_region[MSTR_STACK_REGION_SIZE] |
栈上分配的内存区