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

getline Struct Reference

#include <getline.h>


Detailed Description

A getline "object".


Data Fields

size_t maxlen
 Maximum authorized length.
size_t size
 Current allocated size for `line'.
gchar * line
 Accumulator, NUL terminated when done.
size_t pos
 Next writing position in line[].


Field Documentation

gchar* getline::line
 

Accumulator, NUL terminated when done.

size_t getline::maxlen
 

Maximum authorized length.

size_t getline::pos
 

Next writing position in line[].

size_t getline::size
 

Current allocated size for `line'.


The documentation for this struct was generated from the following file:
Generated on Sat Jun 30 17:53:33 2007 for gtk-gnutella by  doxygen 1.3.9.1