Skip to content

IterPos

Description

Pointer to the current read position, or NULL_ITER_DATA(mi) when the iterator is exhausted.

Usage example (Cross-references)

Usage examples (Cross-references)
    
            // Read the raw bytes into a u64 with the spec's endianness.
            Zstr in   = (Zstr)IterPos(iter);
            u64  x    = 0;
            Zstr next = NULL;
    /// TAGS: StrIter, Position, Alias
    ///
    #define StrIterPos(mi) IterPos(mi)
    
    ///
Last updated on