#include <worklist.h>
Public Methods | |
workList () | |
int | get_next_block () |
bool | is_empty () const |
void | add_block (int position) |
void | add_all_blocks () |
void | max_size (int size) |
Private Attributes | |
worklist_set | _worklist |
int | _cur_position |
int | _cur_size |
int | _max_size |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|