|
libusual
0.1
|
Pooled String. More...
Data Fields | |
| struct StrPool * | pool |
| Parent pool. | |
| size_t | len |
| String length. | |
| int | refcnt |
| Reference count. | |
| char | str [FLEX_ARRAY] |
| Zero-terminated value. | |
Pooled String.
| struct StrPool* PStr::pool |
Parent pool.
| size_t PStr::len |
String length.
| int PStr::refcnt |
Reference count.
| char PStr::str[FLEX_ARRAY] |
Zero-terminated value.
1.7.6.1