// 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 _PColStd_VArrayNodeOfFieldOfHArray2OfInteger_HeaderFile #define _PColStd_VArrayNodeOfFieldOfHArray2OfInteger_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PColStd_VArrayNodeOfFieldOfHArray2OfInteger_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _PStandard_ArrayNode_HeaderFile #include #endif class PColStd_FieldOfHArray2OfInteger; class PColStd_VArrayTNodeOfFieldOfHArray2OfInteger; class PColStd_VArrayNodeOfFieldOfHArray2OfInteger : public PStandard_ArrayNode { public: Standard_EXPORT PColStd_VArrayNodeOfFieldOfHArray2OfInteger(); Standard_EXPORT PColStd_VArrayNodeOfFieldOfHArray2OfInteger(const Standard_Integer& aValue); Standard_EXPORT void SetValue(const Standard_Integer& aValue) ; Standard_EXPORT Standard_Address Value() const; PColStd_VArrayNodeOfFieldOfHArray2OfInteger(const Storage_stCONSTclCOM& a) : PStandard_ArrayNode(a) { } Standard_Integer _CSFDB_GetPColStd_VArrayNodeOfFieldOfHArray2OfIntegermyValue() const { return myValue; } void _CSFDB_SetPColStd_VArrayNodeOfFieldOfHArray2OfIntegermyValue(const Standard_Integer p) { myValue = p; } DEFINE_STANDARD_RTTI(PColStd_VArrayNodeOfFieldOfHArray2OfInteger) protected: private: Standard_Integer myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif