Main Page   Modules   Compound List   File List   Compound Members   File Members  

_StringBuffer Struct Reference
[Main class and instance structures.]

String buffer main class. More...

#include <clib.h>

List of all members.

Public Attributes

Instance header
UINT16 uLength
 Current length of the data.

UINT16 uMaxLength
 Current length of the buffer. More...

StringBufferDatapData
 The actual data. More...


Detailed Description

String buffer main class.


Member Data Documentation

StringBufferData* _StringBuffer::pData
 

The actual data.

Stored as a reference to allow reallocation.

UINT16 _StringBuffer::uMaxLength
 

Current length of the buffer.

Always less than or equal to uLength.


The documentation for this struct was generated from the following file:
Generated on Sat May 11 15:15:42 2002 for JauneRuntimeclib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002