MCPcopy Create free account
hub / github.com/charto/nbind / getPtr

Method getPtr

include/nbind/MethodDef.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 const char *getName() const { return(name); }
25 funcPtr getPtr() const { return(ptr); }
26 unsigned int getNum() const { return(num); }
27 const BaseSignature *getSignature() const { return(signature); }
28 TypeFlags getFlags() const { return(flags); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected