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

Method abstractMethod

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

Source from the content-addressed store, hash-verified

1497
1498class ConcreteClass : public AbstractClass {
1499 std::string abstractMethod() const {
1500 return "from concrete";
1501 }
1502
1503 void differentArguments(
1504 int i, double d, unsigned char f, double q, std::string s) {

Callers 3

callAbstractMethodFunction · 0.45
callAbstractMethod2Function · 0.45
embind.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected