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