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

#include <iter.h>


Data Fields

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.

struct str* striter::str

A pointer to the str being iterated over.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 30 15:11:14 2006 for bglibs by  doxygen 1.4.7