GetHead()
Returns a pointer to the first message.
GetHead() const
Returns a pointer to the first message.
Enqueue()
Adds a message to the end of the queue.
Enqueue()
Adds a message to the end of the queue.
Dequeue()
Removes a message from the queue.
DequeueAndFree()
Removes a message from the queue and frees it.
begin()
end()
begin() const
end() const