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

Method MethodDef

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

Source from the content-addressed store, hash-verified

14public:
15
16 MethodDef(
17 const char *name,
18 funcPtr ptr,
19 unsigned int num,
20 BaseSignature *signature,
21 TypeFlags flags
22 ) : name(name), ptr(ptr), num(num), signature(signature), flags(flags) {}
23
24 const char *getName() const { return(name); }
25 funcPtr getPtr() const { return(ptr); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected