Construct brancher
| 242 | public: |
| 243 | /// Construct brancher |
| 244 | CDBF(Home home, ViewArray<Int::IntView>& l, ViewArray<Int::IntView>& b, |
| 245 | IntSharedArray& s) |
| 246 | : Brancher(home), load(l), bin(b), size(s), item(0) { |
| 247 | home.notice(*this,AP_DISPOSE); |
| 248 | } |
| 249 | /// Brancher post function |
| 250 | static void post(Home home, ViewArray<Int::IntView>& l, |
| 251 | ViewArray<Int::IntView>& b, |