|
Isle
|
[AI] List container for pointers to MxDSSubscriber objects, with utility methods. More...
#include <mxdssubscriber.h>


Public Member Functions | |
| MxDSSubscriber * | Find (MxDSObject *p_object) |
| [AI] Searches for a subscriber corresponding to the provided MxDSObject. More... | |
Public Member Functions inherited from MxUtilityList< MxDSSubscriber * > | |
| MxBool | PopFront (MxDSSubscriber * &p_obj) |
| [AI] Removes and returns the first element of the list. More... | |
| void | PushBack (MxDSSubscriber * p_obj) |
| [AI] Pushes a copy of the provided object to the back of the list. More... | |
| void | Remove (MxDSSubscriber * p_obj) |
| [AI] Removes all matching objects from the list. More... | |
[AI] List container for pointers to MxDSSubscriber objects, with utility methods.
[AI] Inherits from MxUtilityList and provides additional search capabilities.
Definition at line 15 of file mxdssubscriber.h.
| MxDSSubscriber * MxDSSubscriberList::Find | ( | MxDSObject * | p_object | ) |
[AI] Searches for a subscriber corresponding to the provided MxDSObject.
| p_object | [AI] The object to match by ObjectId and Unknown24 (usually type/instance identifiers). |
Definition at line 142 of file mxdssubscriber.cpp.