Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
workList Class Reference#include <worklist.h>
List of all members.
Constructor & Destructor Documentation
workList::workList |
( |
|
) |
[inline] |
|
Member Function Documentation
void workList::add_all_blocks |
( |
|
) |
|
|
void workList::add_block |
( |
int |
position |
) |
|
|
int workList::get_next_block |
( |
|
) |
|
|
bool workList::is_empty |
( |
|
) |
const |
|
void workList::max_size |
( |
int |
size |
) |
[inline] |
|
void workList::remove_block |
( |
int |
position |
) |
|
|
void workList::skip_current_block |
( |
|
) |
|
|
Member Data Documentation
int workList::_cur_position [private]
|
|
int workList::_cur_size [private]
|
|
int workList::_max_size [private]
|
|
The documentation for this class was generated from the following files:
|