Main Page   Modules   Compound List   File List   Compound Members   File Members  

_String Struct Reference
[Main class and instance structures.]

Header for a constant string. More...

#include <clib.h>

List of all members.

Public Attributes

Instance header
UINT16 uLength
 Length of the string in characters.

UINT8 sz [1]
 String data. More...


Detailed Description

Header for a constant string.

Note that according to Java strings are final and can't be modified. Jaune strings always have a null terminator for easy interface with C functions.


Member Data Documentation

UINT8 _String::sz[1]
 

String data.

1 here to leave space for the null terminatior.


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