0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / XCAFApp / XCAFApp_Application.hxx
index ea9b93e..05067f6 100644 (file)
@@ -48,6 +48,9 @@ public:
   //! any actions with documents in order to init application
   Standard_EXPORT static Handle(XCAFApp_Application) GetApplication();
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
+
   DEFINE_STANDARD_RTTIEXT(XCAFApp_Application,TDocStd_Application)
 
 protected: