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

#include <stvar.h>

Data Fields

int count
 Total number of variants in array.
 
int cursor
 Current position (next variant to examine)
 
stvarvars
 Pointer to variant array.
 

Detailed Description

Variant list walker structure.

Maintains a cursor position for iterating through an array of variants. Initialized with stvlInit() or stvlInitSA(), then accessed with the various stvlNext*() functions.

Definition at line 431 of file stvar.h.


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