libusual  0.1
Data Fields
PStr Struct Reference

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.

Detailed Description

Pooled String.


Field Documentation

struct StrPool* PStr::pool

Parent pool.

size_t PStr::len

String length.

Reference count.

Zero-terminated value.


The documentation for this struct was generated from the following file: