| 496 | } |
| 497 | |
| 498 | void testList(std::function<void(std::vector<int32_t> const& _return)> cob, |
| 499 | const std::vector<int32_t>& thing) override { |
| 500 | std::vector<int32_t> res; |
| 501 | _delegate->testList(res, thing); |
| 502 | cob(res); |
| 503 | } |
| 504 | |
| 505 | void testEnum(std::function<void(Numberz::type const& _return)> cob, |
| 506 | const Numberz::type thing) override { |