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

Method getClassNameFromBase

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

Source from the content-addressed store, hash-verified

517 return name;
518 }
519 std::string getClassNameFromBase() const {
520 return name;
521 }
522 std::string getClassNameNotAvailableInDerivedClasses() {
523 // but wait -- if you act now we will throw in a SECOND base class method
524 // ABSOLUTELY FREE!!

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected