| 21 | public: |
| 22 | void setNull() {FLSlot_SetNull(_slot);} |
| 23 | void operator= (Null) {FLSlot_SetNull(_slot);} |
| 24 | void operator= (bool v) {FLSlot_SetBool(_slot, v);} |
| 25 | void operator= (int v) {FLSlot_SetInt(_slot, v);} |
| 26 | void operator= (unsigned v) {FLSlot_SetUInt(_slot, v);} |
nothing calls this directly
no test coverage detected