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

Function callDifferentArguments

test/embind/embind_test.cpp:1529–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527}
1528
1529void callDifferentArguments(AbstractClass& ac,
1530 int i,
1531 double d,
1532 unsigned char f,
1533 double q,
1534 std::string s) {
1535 return ac.differentArguments(i, d, f, q, s);
1536}
1537
1538struct AbstractClassWithConstructor {
1539 explicit AbstractClassWithConstructor(std::string s) : s(s) {}

Callers

nothing calls this directly

Calls 1

differentArgumentsMethod · 0.45

Tested by

no test coverage detected