MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / ~object_rep

Method ~object_rep

Source/Misc/luabind/src/object_rep.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 {}
40
41 object_rep::~object_rep()
42 {
43 if (!m_instance)
44 return;
45 m_instance->~instance_holder();
46 deallocate(m_instance);
47 }
48
49 void object_rep::add_dependency(lua_State* L, int index)
50 {

Callers 1

destroy_instanceFunction · 0.80

Calls 2

deallocateFunction · 0.85
~instance_holderMethod · 0.80

Tested by

no test coverage detected