src/core/model/hash.h
branchhash
changeset 9931 a3edc13a84f3
parent 9930 0268fa8576c0
child 9932 0fd1bdf7671f
equal deleted inserted replaced
9930:0268fa8576c0 9931:a3edc13a84f3
   107   /**
   107   /**
   108    * Restore initial state
   108    * Restore initial state
   109    *
   109    *
   110    * \return this
   110    * \return this
   111    */
   111    */
   112   Hash * clear (void);
   112   Hash & clear (void);
   113   
   113   
   114 private:
   114 private:
   115   Ptr<HashImplementation> m_impl;    /** Hash implementation */
   115   Ptr<HashImplementation> m_impl;    /** Hash implementation */
   116   
   116   
   117 };  // Hash
   117 };  // Hash