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

Method PolyDerived

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

Source from the content-addressed store, hash-verified

744class PolyDerived : public PolyBase {
745public:
746 PolyDerived() : PolyBase("PolyDerived"), name_("PolyDerived") {}
747
748 std::string virtualGetClassName() const {
749 return name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected