liba 0.1.15
An algorithm library based on C/C++
|
instance structure for basic string More...
#include <str.h>
Data Fields | |
char * | ptr_ |
size_t | num_ |
size_t | mem_ |
instance structure for basic string
size_t a_str::mem_ |
memory
size_t a_str::num_ |
length
char* a_str::ptr_ |
string