]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/MEDCoupling/MEDCouplingRefCountObject.hxx
Salome HOME
Generalization of unstructured grid supported by the remapper.
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingRefCountObject.hxx
index 7d8c1904b20d7c3c4f9dac5366ab4f4d35008232..c52e0aff0bc35f702b8ca7fd752dfcd716f0f1c8 100644 (file)
@@ -66,6 +66,8 @@ namespace ParaMEDMEM
     bool decrRef() const;
     void incrRef() const;
     virtual std::size_t getHeapMemorySize() const = 0;
+    int getRCValue() const;
+    RefCountObject& operator=(const RefCountObject& other);
   protected:
     virtual ~RefCountObject();
   private: