| 69 | struct data_visitor { |
| 70 | template <typename T, typename Buffer> |
| 71 | bp::object operator()(T* tp, const Buffer&, const bp::list&, const bp::list&) const { |
| 72 | return bp::make_tuple(reinterpret_cast<uintptr_t>(tp), true); |
| 73 | } |
| 74 | template <typename Buffer> |
| 75 | bp::object operator()(void*, const Buffer&, const bp::list& shapes, |
| 76 | const bp::list&) const { |
nothing calls this directly
no outgoing calls
no test coverage detected