// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TDocStd_ApplicationDelta_HeaderFile #define _TDocStd_ApplicationDelta_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDocStd_ApplicationDelta_HeaderFile #include #endif #ifndef _TDocStd_SequenceOfDocument_HeaderFile #include #endif #ifndef _TCollection_ExtendedString_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class TDocStd_SequenceOfDocument; class TCollection_ExtendedString; class TDocStd_ApplicationDelta : public MMgt_TShared { public: Standard_EXPORT TDocStd_ApplicationDelta(); TDocStd_SequenceOfDocument& GetDocuments() ; const TCollection_ExtendedString& GetName() const; void SetName(const TCollection_ExtendedString& theName) ; Standard_EXPORT void Dump(Standard_OStream& anOS) const; DEFINE_STANDARD_RTTI(TDocStd_ApplicationDelta) protected: private: TDocStd_SequenceOfDocument myDocuments; TCollection_ExtendedString myName; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif