MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / MyObject1

Method MyObject1

deps/pybind11-2.13.1/tests/test_smart_ptr.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70class MyObject1 : public Object {
71public:
72 explicit MyObject1(int value) : value(value) { print_created(this, toString()); }
73 std::string toString() const override { return "MyObject1[" + std::to_string(value) + "]"; }
74
75protected:

Callers 1

test_smart_ptrFunction · 0.80

Calls 1

print_createdFunction · 0.85

Tested by

no test coverage detected