Salome HOME
Impl of mechanism into SDS of switcher hold/reactive requests
[modules/kernel.git] / src / SALOMESDS / SALOMESDS_AutoRefCountPtr.hxx
index e56aba80fe8d5b2c45b9bf0fe95379e345b9fb2d..8cdad8fc64aa778ac5648a0343747aa8024c6335 100644 (file)
@@ -112,6 +112,7 @@ namespace SALOMESDS
     const T& operator*() const { return *_ptr; }
     operator T *() { return _ptr; }
     operator const T *() const { return _ptr; }
+    bool isNull() const { return _ptr==NULL; }
   private:
     void destroyPtr()
     {