MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestDerivedType

Method TestDerivedType

src/test_module.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 public:
81 ~TestDerivedType() override {}
82 TestDerivedType(const TestDerivedType &) = default;
83 TestDerivedType() = default;
84 virtual int func() override { return 1; }
85 int derived_only_func() { return 19; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected