Function | Description |
---|---|
AddMessage() | Adds a message to the end of the queue |
Constructor and Destructor | |
CountMessages() | Returns the number of messages currently in the queue |
FindMessage() | Locates the message in the queue at a specific index |
Function Summary | |
IsEmpty() | Tests whether the queue is empty |
Lock() | Locks the queue |
Member Functions | |
BMessageQueue | |
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 Application Kit Table of Contents | The Application Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..