1#ifndef MXPRESENTERLIST_H
2#define MXPRESENTERLIST_H
36 return p_a == p_b ? 0 : p_a < p_b ? -1 : 1;
[AI] Cursor/iterator for traversing an MxPresenterList.
MxPresenterListCursor(MxPresenterList *p_list)
[AI] Constructs a cursor for an MxPresenterList.
[AI] List to hold pointers to MxPresenter objects with optional ownership semantics.
MxS8 Compare(MxPresenter *p_a, MxPresenter *p_b) override
[AI] Compares two MxPresenter pointers for equality and ordering.
MxPresenterList(MxBool p_ownership=FALSE)
[AI] Constructs an MxPresenterList with optional pointer ownership flag.
[AI] Abstract base class for all presenter types in the LEGO Island engine, responsible for managing ...