|
Isle
|
[AI] Cursor for iterating over a MxStreamChunkList. More...
#include <mxstreamchunklist.h>


Public Member Functions | |
| MxStreamChunkListCursor (MxStreamChunkList *p_list) | |
| [AI] Constructs a cursor for a specific MxStreamChunkList. More... | |
Public Member Functions inherited from MxListCursor< MxStreamChunk * > | |
| MxListCursor (MxList< MxStreamChunk * > *p_list) | |
| [AI] More... | |
| MxBool | Find (MxStreamChunk * p_obj) |
| [AI] More... | |
| void | Detach () |
| [AI] More... | |
| void | Destroy () |
| [AI] More... | |
| MxBool | Next () |
| [AI] More... | |
| MxBool | Next (MxStreamChunk * &p_obj) |
| [AI] More... | |
| MxBool | Prev () |
| [AI] More... | |
| MxBool | Prev (MxStreamChunk * &p_obj) |
| [AI] More... | |
| MxBool | Current (MxStreamChunk * &p_obj) |
| [AI] More... | |
| MxBool | First (MxStreamChunk * &p_obj) |
| [AI] More... | |
| MxBool | Last (MxStreamChunk * &p_obj) |
| [AI] More... | |
| MxBool | HasMatch () |
| [AI] More... | |
| void | SetValue (MxStreamChunk * p_obj) |
| [AI] More... | |
| MxBool | Head () |
| [AI] More... | |
| MxBool | Tail () |
| [AI] More... | |
| void | Reset () |
| [AI] More... | |
| void | Prepend (MxStreamChunk * p_newobj) |
| [AI] More... | |
Public Member Functions inherited from MxCore | |
| MxCore () | |
| [AI] Constructs a new MxCore object and assigns it a unique id. More... | |
| virtual | ~MxCore () |
| [AI] Virtual destructor. Required for correct polymorphic cleanup in derived classes. More... | |
| virtual MxLong | Notify (MxParam &p_param) |
| [AI] Virtual callback notification mechanism. More... | |
| virtual MxResult | Tickle () |
| [AI] Called by tickle managers to allow the object to update itself. More... | |
| virtual const char * | ClassName () const |
| [AI] Returns the runtime class name of this object. More... | |
| virtual MxBool | IsA (const char *p_name) const |
| [AI] Checks whether this object's class type or parents match the given name. More... | |
| MxU32 | GetId () |
| [AI] Gets the unique (per-process) id assigned to this object instance. More... | |
[AI] Cursor for iterating over a MxStreamChunkList.
[AI] Provides pointer-based traversal through the list of stream chunks, encapsulating navigation logic for external users.
Definition at line 56 of file mxstreamchunklist.h.
|
inline |
[AI] Constructs a cursor for a specific MxStreamChunkList.
| p_list | Pointer to the MxStreamChunkList to iterate over. [AI] |
[AI] Allows iteration mechanics as defined by the parent MxListCursor logic.
Definition at line 63 of file mxstreamchunklist.h.