Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kCollection_NextT (   kCollection_collection,
  kIteratorPtr_iterator,
 
)
related

Gets a strongly-typd pointer to next collection element and then advances the iterator.

A debug assertion will be raised if the size of the specified item type is not equal to the size of the collection item type.

Parameters
kCollection_collectionCollection object.
kIteratorPtr_iteratorPointer to collection iterator.
TItem type identifier (e.g., k32s).
Returns
Strongly-typed pointer to next collection element.