MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / WrapperBase

Class WrapperBase

src/NodeRTLib/ProjectFiles/WrapperBase.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19namespace NodeRT {
20class WrapperBase : public Nan::ObjectWrap {
21 public:
22 virtual ::Platform::Object ^ GetObjectInstance() const = 0;
23};
24} // namespace NodeRT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected