Isle
Loading...
Searching...
No Matches
MxDSSubscriberList Class Reference

[AI] List container for pointers to MxDSSubscriber objects, with utility methods. More...

#include <mxdssubscriber.h>

Inheritance diagram for MxDSSubscriberList:
Collaboration diagram for MxDSSubscriberList:

Public Member Functions

MxDSSubscriberFind (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...
 

Detailed Description

[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.

Member Function Documentation

◆ Find()

MxDSSubscriber * MxDSSubscriberList::Find ( MxDSObject p_object)

[AI] Searches for a subscriber corresponding to the provided MxDSObject.

Parameters
p_object[AI] The object to match by ObjectId and Unknown24 (usually type/instance identifiers).
Returns
[AI] A matching MxDSSubscriber pointer if found, otherwise NULL.

Definition at line 142 of file mxdssubscriber.cpp.


The documentation for this class was generated from the following files: