| 35 | #ifdef NBIND_CLASS |
| 36 | |
| 37 | NBIND_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 |
nothing calls this directly
no outgoing calls
no test coverage detected