MapElement::GetNextMapElement
Defined in:
Returns the next element in a map.
TSMap.h
Prototype
type *GetNextMapElement(void) const;
Description
The GetNextMapElement
function returns a pointer to the element immediately succeeding an object in its owning map. If the object is the last element in a map, or the object does not belong to a map, then the return value is nullptr
.
See Also