MCPcopy Create free account
hub / github.com/attermann/microReticulum / InterfaceImpl

Method InterfaceImpl

src/microReticulum/Interface.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 protected:
55 InterfaceImpl() { MEMF("InterfaceImpl object created, this: 0x%X", this); }
56 InterfaceImpl(const char* name) : _name(name) { MEMF("InterfaceImpl object created, this: 0x%X", this); }
57 public:
58 virtual ~InterfaceImpl() { MEMF("InterfaceImpl object destroyed, this: 0x%X", this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected