#include <strobj.h>
Public Attributes | |
| char * | str |
| int | alloc |
| int | len |
| BOOL | can_resize |
| BOOL | managed |
|
|
Number of bytes allocated to str |
|
|
Is realloc on str OK? |
|
|
Number of bytes written to str |
|
|
Did we allocate str ourselves? |
|
|
Internal string buffer associated with this object |
1.3.7