Mike95 C++ COM Server library
Mike95.queue Interface Methods:
- item front() //returns the item currently in the front of the queue
- pop() //removes the item from front of queue
- push( item ) //inserts the item into back of queue
Interface Properties:
- bool isEmpty //(read only)is true if empty, false otherwise
- long size //(read only)contains the number of items currently in the queue
Screen Shot in Visual Interdev 6.0 |
|
|