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

#include <iter.h>


Data Fields

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


Detailed Description

The basic striter data type.

Field Documentation

struct str* striter::str [read]

A pointer to the str being iterated over.

unsigned striter::start

The starting offset of the current substring.

const char* striter::startptr

Pointer to the current substring.

unsigned striter::len

Length of the current substring.

char striter::sep

The seperator used to delimit the substrings.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 19 11:11:50 2009 for bglibs by  doxygen 1.5.4