* Boolean test for not NULL * * @throw 'not initialized' if object has not been set */
| 114 | * @throw 'not initialized' if object has not been set |
| 115 | */ |
| 116 | inline bool isNotNull() const { |
| 117 | return ! isNull(); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Test function to check if object has been initialized |
no outgoing calls
no test coverage detected