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

base::BasePriorityQueue Class Reference

This class is here only to protect a variable. More...

#include <PriorityQueue.h>

Inheritance diagram for base::BasePriorityQueue:

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

Static Protected Member Functions

static void updateQueueMax (uint32_t max)
 Update the maximum.
static uint32_t getQueueMax ()

Static Private Attributes

static uint32_t queueMaxSize = 1024
 This is used to dynamically adjust the initial allocated table of elements.

Detailed Description

This class is here only to protect a variable.


Member Function Documentation

static uint32_t base::BasePriorityQueue::getQueueMax  )  [inline, static, protected]
 

Returns:
the maximum.

static void base::BasePriorityQueue::updateQueueMax uint32_t  max  )  [inline, static, protected]
 

Update the maximum.

Parameters:
max,: maximum.


Member Data Documentation

uint32_t base::BasePriorityQueue::queueMaxSize = 1024 [static, private]
 

This is used to dynamically adjust the initial allocated table of elements.


The documentation for this class was generated from the following files:
Generated on Fri Jun 30 00:02:30 2006 for Module base by  doxygen 1.4.2