| 468 | } |
| 469 | |
| 470 | void testNest(std::function<void(Xtruct2 const& _return)> cob, const Xtruct2& thing) override { |
| 471 | Xtruct2 res; |
| 472 | _delegate->testNest(res, thing); |
| 473 | cob(res); |
| 474 | } |
| 475 | |
| 476 | void testMap(std::function<void(std::map<int32_t, int32_t> const& _return)> cob, |
| 477 | const std::map<int32_t, int32_t>& thing) override { |