Main Page | Class List | File List | Class Members | File Members | Related Pages

String Struct Reference

#include <strobj.h>

List of all members.

Public Attributes

char * str
int alloc
int len
BOOL can_resize
BOOL managed


Detailed Description

Extremely crude string object. This supports only the most basic string building operations and even those leave a lot to be desired. Please don't expect much from this system.


Member Data Documentation

int String::alloc
 

Number of bytes allocated to str

BOOL String::can_resize
 

Is realloc on str OK?

int String::len
 

Number of bytes written to str

BOOL String::managed
 

Did we allocate str ourselves?

char* String::str
 

Internal string buffer associated with this object


The documentation for this struct was generated from the following file:
Generated on Sun Aug 22 08:07:11 2004 by doxygen 1.3.7