0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / XCAFDoc / XCAFDoc_AssemblyItemRef.hxx
index 510b551..62586bf 100644 (file)
@@ -132,6 +132,9 @@ public:
 
   //! Reverts the reference to empty state.
   Standard_EXPORT void ClearExtraRef();
+  
+  //! Dumps the content of me into the stream
+  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const Standard_OVERRIDE;
 
 public: