Method | Description |
---|---|
AddMessage() | Adds a message to the end of the queue |
CountMessages() | Returns the number of messages currently in the queue |
FindMessage() | Locates the message in the queue at a specific index |
IsEmpty() | Tests whether the queue is empty |
Lock() | Locks the queue |
BMessageQueue() | Constructor |
~BMessageQueue() | Destructor |
NextMessage() | Removes the oldest message from the queue and returns it |
RemoveMessage() | Removes a given message from the queue |
Unlock() | Unlocks the queue |
The Be Book, in lovely HTML, for BeOS Release 4.
Copyright © 1998 Be, Inc. All rights reserved.
Last modified May 27, 1998.