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

Method MultiplyDerived

test/embind/embind_test.cpp:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635class MultiplyDerived : public Base, public SecondBase {
636public:
637 MultiplyDerived() : Base(), SecondBase(), name_("MultiplyDerived") {
638 instanceCount_++;
639 }
640
641 ~MultiplyDerived() {
642 instanceCount_--;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected