Public Member Functions | |
bool | initialize (StateP state) |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! | |
bool | operate (StateP state) |
perform the designated operation |
Definition at line 71 of file main.cpp.
bool WriteBest::initialize | ( | StateP | ) | [inline, virtual] |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.