// 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 _TDataStd_DeltaOnModificationOfExtStringArray_HeaderFile #define _TDataStd_DeltaOnModificationOfExtStringArray_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataStd_DeltaOnModificationOfExtStringArray_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfInteger_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfExtendedString_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TDF_DeltaOnModification_HeaderFile #include #endif #ifndef _Handle_TDataStd_ExtStringArray_HeaderFile #include #endif class TColStd_HArray1OfInteger; class TColStd_HArray1OfExtendedString; class TDataStd_ExtStringArray; //! This class provides default services for an
//! AttributeDelta on a MODIFICATION action.
class TDataStd_DeltaOnModificationOfExtStringArray : public TDF_DeltaOnModification { public: //! Initializes a TDF_DeltaOnModification.
Standard_EXPORT TDataStd_DeltaOnModificationOfExtStringArray(const Handle(TDataStd_ExtStringArray)& Arr); //! Applies the delta to the attribute.
Standard_EXPORT virtual void Apply() ; DEFINE_STANDARD_RTTI(TDataStd_DeltaOnModificationOfExtStringArray) protected: private: Handle_TColStd_HArray1OfInteger myIndxes; Handle_TColStd_HArray1OfExtendedString myValues; Standard_Integer myUp1; Standard_Integer myUp2; }; // other Inline functions and methods (like "C++: function call" methods) #endif