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

Function NBIND_CLASS

test/Reference.cc:37–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#ifdef NBIND_CLASS
36
37NBIND_CLASS(Reference) {
38 construct<>();
39
40 method(read);
41 method(write);
42
43 method(getValue);
44
45 method(getPtr);
46 method(getRef);
47
48 method(getConstPtr);
49 method(getConstRef);
50
51 method(readPtr);
52 method(readRef);
53
54 method(writePtr);
55 method(writeRef);
56}
57
58#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected