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

Method virtualGetClassName

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

Source from the content-addressed store, hash-verified

715 }
716
717 virtual std::string virtualGetClassName() const {
718 return name_;
719 }
720
721 std::string getClassName() const {
722 return name_;

Calls

no outgoing calls

Tested by

no test coverage detected