Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

striter Struct Reference
[striter: Iterator over substrings of a str.]

The basic striter data type. More...

#include <iter.h>


Data Fields

const str * str
 A pointer to the str being iterated over.

unsigned start
 The starting offset of the current substring.

const char * startptr
 Pointer to the current substring.

unsigned len
 Length of the current substring.

char sep
 The seperator used to delimit the substrings.


Detailed Description

The basic striter data type.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 7 11:47:24 2003 for bglibs by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002