| 117 | return home.failed() ? ES_FAILED : ES_OK; |
| 118 | } |
| 119 | void |
| 120 | FunctionBranch::print(const Space&, const Choice&, unsigned int, |
| 121 | std::ostream& o) const { |
| 122 | o << "FunctionBranch()"; |
| 123 | } |
| 124 | Actor* |
| 125 | FunctionBranch::copy(Space& home) { |
| 126 | return new (home) FunctionBranch(home,*this); |