CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
striter Struct Reference

#include <striter.h>

Data Fields

uint32 off
 Pointer to current run of bytes.
 
uint32 len
 Byte offset of this run from string start.
 
uint32 cursor
 Length of current run in bytes.
 
string _str
 Current position within run (for striChar/striAdvance)
 

Detailed Description

String iterator structure

Represents a position within a string and the current run of contiguous bytes. Users should access the public members (bytes, off, len, cursor) but not modify them directly - use the iterator functions instead.

Definition at line 80 of file striter.h.


The documentation for this struct was generated from the following file: