MCPcopy Create free account
hub / github.com/pybind/pybind11 / VirtClass

Method VirtClass

tests/test_gil_scoped.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22public:
23 virtual ~VirtClass() = default;
24 VirtClass() = default;
25 VirtClass(const VirtClass &) = delete;
26 virtual void virtual_func() {}
27 virtual void pure_virtual_func() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected