MCPcopy Create free account
hub / github.com/aguinet/dragonffi / cpointerobj_getptr

Function cpointerobj_getptr

bindings/python/pydffi.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213uintptr_t cpointerobj_getptr(CPointerObj& Obj)
214{
215 return (uintptr_t)Obj.getPtr();
216}
217
218template <class T>
219std::unique_ptr<CBasicObj<T>> createBasicObj(DFFI& D, T V)

Callers

nothing calls this directly

Calls 1

getPtrMethod · 0.80

Tested by

no test coverage detected