#include <phase.h>
Public Methods | |
Phase_entry (const char *name, Phase *phase) | |
~Phase_entry () | |
int | order () const |
void | order (int order) |
void | disable () |
bool | is_enabled () const |
string & | name () |
const string & | name () const |
void | name (string &name) |
Phase * | phase () const |
Private Attributes | |
string | _name |
int | _order |
Phase * | _phase |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|