* Boolean test for NULL * * @throw 'not initialized' if object has not been set */
| 104 | * @throw 'not initialized' if object has not been set |
| 105 | */ |
| 106 | inline bool isNull() const { |
| 107 | checkIfSet(); |
| 108 | return Rf_isNull(m_sexp); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Boolean test for not NULL |
no outgoing calls
no test coverage detected