27 p_obj = this->
m_first->GetValue();
[AI] Forward declaration for MxList.
MxListEntry< T > * m_first
[AI] Pointer to the first entry in the list. [AI]
void DeleteEntry(MxListEntry< T > *)
[AI]
Template class implementing a queue, derived from MxList.
MxBool Dequeue(T &p_obj)
Removes the object from the front of the queue and copies it to p_obj.
void Enqueue(T &p_obj)
Adds an object to the end of the queue.
#define NULL
[AI] Null pointer value (C/C++ semantics).