MCPcopy Create free account
hub / github.com/DFHack/dfhack / get_vtable

Function get_vtable

library/include/DataDefs.h:415–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 virtual void doInit(Core *core) const override;
414
415 static void *get_vtable(virtual_ptr instance_ptr) { return *(void**)instance_ptr; }
416
417 void* vtable_ptr() const
418 {

Callers 3

getMethod · 0.85
is_instanceFunction · 0.85
is_direct_instanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected