Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_string Struct Reference
[String abstraction]

#include <utils.h>


Data Fields

unsigned long len
unsigned long reserved
u_char * content


Detailed Description

This is the heart of the string abstraction. It contains the string itself, the length of the string and the size of the reserved memory for the string.

Definition at line 91 of file utils.h.


Field Documentation

u_char* s_string::content
 

The memory area itself

Definition at line 94 of file utils.h.

unsigned long s_string::len
 

length of the memory used

Definition at line 92 of file utils.h.

unsigned long s_string::reserved
 

length of the memory area itself

Definition at line 93 of file utils.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5