IterPeekAt
IterPeekAt Description Peek (not read) object from memory iter, given that - Provided Iter object is not NULL_ITER(mi). - There’s space left to read. - Length of object data is being read into is an integral multiple of size of data type this memory iter is iterating over. This is different from reading because it does not change current read position. This is good for making some decisions over data without changing the read position.
Read MoreIterRemainingLength
IterRemainingLength Description Get remaining length left to read this memory iterator.
Read MoreIterRemainingSize
IterRemainingSize Description Get remaining size left to read this memory iterator.
Read MoreNULL_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 MoreStrIterFromCstr
StrIterFromCstr Description Create string iterator from C string with explicit length
Read MoreStrIterFromZstr
StrIterFromZstr Description Create string iterator from null-terminated C string
Read MoreStrIterRemainingLength
StrIterRemainingLength Description Get remaining elements left to read
Read More