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

Method concreteMethod

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

Source from the content-addressed store, hash-verified

1454 int i, double d, unsigned char f, double q, std::string) = 0;
1455
1456 std::string concreteMethod() const {
1457 return "concrete";
1458 }
1459
1460 virtual void passShared(const std::shared_ptr<Derived>&) {
1461 }

Callers 1

embind.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected