#include <iter.h>
Data Fields | |
struct str * | str |
unsigned | start |
const char * | startptr |
unsigned | len |
char | sep |
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.