X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTDF%2FTDF_Data.hxx;h=73a2341d3b6b4c9eaa9609bb12aa96cf30302807;hb=bc73b00672a218a1301520a3562ece96f72a679c;hpb=00ea7f2676893c9dd9b31cf1f0a8bcad61416a6a diff --git a/src/TDF/TDF_Data.hxx b/src/TDF/TDF_Data.hxx index c9c3c2813f..73a2341d3b 100644 --- a/src/TDF/TDF_Data.hxx +++ b/src/TDF/TDF_Data.hxx @@ -134,6 +134,9 @@ Standard_OStream& operator<< (Standard_OStream& anOS) const //! memory pages. const TDF_HAllocator& LabelNodeAllocator() const; + //! Dumps the content of me into the stream + Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const; + friend class TDF_Transaction; friend class TDF_LabelNode;