#include <phase.h>
Public Methods | |
Phases (const char *name, Phase *new_phase) | |
~Phases () | |
Static Public Methods | |
void | run_all () |
bool | phase_flag (str_list_p &arg) |
void | next_phase (string &name) |
void | disable_phase (string &name) |
Static Private Attributes | |
int | _count = 0 |
int | _cur_order = 1 |
phase_vec * | _phases = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|