* Empty no-argument constructor of a Nullable object * * Assigns (R's) NULL value, and sets validator to FALSE */
| 39 | * Assigns (R's) NULL value, and sets validator to FALSE |
| 40 | */ |
| 41 | inline Nullable() : m_sexp(R_NilValue), m_set(false) {} |
| 42 | |
| 43 | /** |
| 44 | * Template constructor of a Nullable object |
nothing calls this directly
no outgoing calls
no test coverage detected