IterNext

Table of Contents

IterNext

Description

Move to next element (wrapper for IterMove)

Usage example (Cross-references)

    ///
    /// TAGS: StrIter, Pos, Iter
    #define StrIterNext(si) IterNext((si))
    
    ///

Share :

Related Posts

NULL_ITER_DATA

NULL_ITER_DATA Description Type specific NULL for data type Iter object is iterating over. Use this instead of NULL when comparing for nullity of Iter objects of same type. Null value for Iter element pointers

Read More

StrIterRead

StrIterRead Description Read character from iterator

Read More

StrIterPos

StrIterPos Description Get current read position pointer

Read More