MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / PolyDerivedThrice

Method PolyDerivedThrice

test/embind/embind_test.cpp:828–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826class PolyDerivedThrice : public PolyDerivedTwiceNotBound {
827public:
828 PolyDerivedThrice() : PolyDerivedTwiceNotBound(), name_("PolyDerivedThrice") {}
829
830 std::string getClassName() const {
831 return name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected