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

Method Derived

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

Source from the content-addressed store, hash-verified

577class Derived : public Base {
578public:
579 Derived() : Base(), member(0), name_("Derived") {
580 }
581
582 std::string getClassName() const {
583 return name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected