Data of Class OStringBuffer


pData
rtl_String * pData;

Summary
A pointer to the data structur which contains the data.

nCapacity
sal_Int32 nCapacity;

Summary
The len of the pData->buffer.

Top of Page