MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / Foo

Method Foo

Source/democpp/SluaTestCase.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 public:
53 Foo(int v):value(v) {}
54 virtual ~Foo() {
55 Log::Log("Foo object %p had been freed",this);
56 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected