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

Method SuperClassSpec

include/nbind/BindClass.h:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct SuperClassSpec {
11 explicit SuperClassSpec(
12 BindClassBase &superClass,
13 void *(&upcast)(void *)
14 ) : superClass(superClass), upcast(upcast) {}
15
16 BindClassBase &superClass;
17 void *(&upcast)(void *);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected