ListElement::GetOwningList
Defined in:
Returns the list to which an object belongs.
TSList.h
Prototype
List<type> *GetOwningList(void) const;
Description
The GetOwningList
function returns a pointer to the List
container to which an object belongs. If the object is not a member of a list, then the return value is nullptr
.
See Also