Main Page   Modules   Compound List   File List   Compound Members   File Members  

_StringBufferData Struct Reference
[Main class and instance structures.]

StringBuffers are implemented in a similar way to indirect pointers. More...

#include <clib.h>

List of all members.

Public Attributes

Instance header
char sz [1]


Detailed Description

StringBuffers are implemented in a similar way to indirect pointers.

The data can grow, but we can't afford to shift the object about in memory, so the actual data is stored in a seperatly allocated block. To operate correctly with the garbase collector the data is also an instance.


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