StringBufRec Struct Reference


Data Fields

char * buf
char * tail
int allocated
int free

Detailed Description

Definition at line 12 of file stringbuf.c.


Field Documentation

char* StringBufRec::buf

Definition at line 13 of file stringbuf.c.

Referenced by appendStringBufAux(), freeStringBuf(), getStringBuf(), newStringBuf(), and truncStringBuf().

char* StringBufRec::tail

Definition at line 14 of file stringbuf.c.

Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().

int StringBufRec::allocated

Definition at line 15 of file stringbuf.c.

Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().

int StringBufRec::free

Definition at line 16 of file stringbuf.c.

Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 13 20:33:49 2008 for rpm by  doxygen 1.5.2