Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
uintptr_t cpointerobj_getptr(CPointerObj& Obj)
214
{
215
return (uintptr_t)Obj.getPtr();
216
}
217
218
template <class T>
219
std::unique_ptr<CBasicObj<T>> createBasicObj(DFFI& D, T V)
Callers
nothing calls this directly
Calls
1
getPtr
Method · 0.80
Tested by
no test coverage detected