Main Page Data Structures File List Data Fields Globals Related Pages
Buffer Struct Reference
type representing a char*-buffer control block.
More...
#include <buffer.h>
Collaboration diagram for Buffer:
[legend]
Data Fields |
char * | data |
| pointer to start of buffer data.
|
size_t | len |
| length of buffer in chars.
|
size_t | pos |
| current position in buffer, relative to "data".
|
Detailed Description
type representing a char*-buffer control block.
Definition at line 31 of file buffer.h.
The documentation for this struct was generated from the following file:
Generated on Fri Jan 25 22:41:04 2002 for PDepp Webserver by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001