|
API Links
Developer Links
|
ListElement::Next
Defined in: C4List.h
Returns the next element in a list.
Prototype
type *Next(void) const;
Description
The Next function returns a pointer to the element immediately succeeding an object in its owning list. If the object is the last element in a list, or the object does not belong to a list, then the return value is nullptr.
See Also
ListElement::Previous
|