Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

io::IOQueue Class Reference

An IO queue is a priority queue where the ordering is defined by the offsets of the operations to perform. More...

#include <IOQueue.h>

Inheritance diagram for io::IOQueue:

base::PriorityQueue< iorequest_t > base::BasePriorityQueue List of all members.

Public Member Functions

bool tryPop (iorequest_t *req)
 Pop a request from the priority queue.

Detailed Description

An IO queue is a priority queue where the ordering is defined by the offsets of the operations to perform.


Member Function Documentation

bool io::IOQueue::tryPop iorequest_t req  )  [inline]
 

Pop a request from the priority queue.

Parameters:
req,: pointer to the request to write
Returns:
true if successful, false otherwise


The documentation for this class was generated from the following file:
Generated on Fri Jun 30 00:03:04 2006 for Module io by  doxygen 1.4.2