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

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

The basic striter data type. More...

#include <iter.h>


Data Fields

const strstr
unsigned start
const char * startptr
unsigned len
char sep


Detailed Description

The basic striter data type.


Field Documentation

unsigned striter::len
 

Length of the current substring.

char striter::sep
 

The seperator used to delimit the substrings.

unsigned striter::start
 

The starting offset of the current substring.

const char* striter::startptr
 

Pointer to the current substring.

const str* striter::str
 

A pointer to the str being iterated over.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 23 21:58:09 2004 for bglibs by doxygen 1.3.5