#include <stringbuf.h>
Public Attributes | |
srObjID | OID |
object ID | |
char * | pBuf |
pointer to the string buffer, may be NULL if string is empty | |
int | iBufSize |
current maximum size of the string buffer | |
int | iBufPtr |
pointer (index) of next character position to be written to | |
int | iAllocIncrement |
the amount of bytes the string should be expanded if it needs to |