NULL_ITER

Table of Contents

NULL_ITER

Description

Type specific NULL for given Iter object. Use this instead of NULL when comparing for nullity of Iter objects of same type. Null value for Iter objects

Parameters

NameDirectionDescription
miinType reference

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :

Related Posts

IterPos

IterPos Description If there’s space left to read in memory region we’re iterating over, then return a pointer to current read position.

Read More

IterLength

IterLength Description Get total length of this Iter object

Read More

IterNext

IterNext Description Move to next element (wrapper for IterMove)

Read More