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

Method Base

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

Source from the content-addressed store, hash-verified

512class Base {
513public:
514 Base() : name("Base"), member(0), baseMember(0) {}
515
516 std::string getClassName() const {
517 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected