| 318 | } |
| 319 | |
| 320 | void |
| 321 | BranchInformation::add(BrancherGroup bg, |
| 322 | const std::string& rel0, |
| 323 | const std::string& rel1, |
| 324 | const std::vector<std::string>& n) { |
| 325 | static_cast<BranchInformationO*>(object())->add(bg,rel0,rel1,n); |
| 326 | } |
| 327 | void |
| 328 | BranchInformation::print(const Brancher& b, unsigned int a, int i, |
| 329 | int n, std::ostream& o) const { |
no outgoing calls
no test coverage detected