// 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_SeqNodeOfHSequenceOfInteger_HeaderFile #define _PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile #include #endif #ifndef _PMMgt_PManaged_HeaderFile #include #endif #ifndef _Handle_PColStd_HSequenceOfInteger_HeaderFile #include #endif class PColStd_HSequenceOfInteger; class PColStd_SeqExplorerOfHSequenceOfInteger; class PColStd_SeqNodeOfHSequenceOfInteger : public PMMgt_PManaged { public: Standard_EXPORT PColStd_SeqNodeOfHSequenceOfInteger(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheLast,const Standard_Integer& TheItem); Standard_EXPORT PColStd_SeqNodeOfHSequenceOfInteger(const Standard_Integer& TheItem,const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheFirst); Standard_EXPORT PColStd_SeqNodeOfHSequenceOfInteger(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ThePrevious,const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheNext,const Standard_Integer& TheItem); Standard_EXPORT Standard_Integer Value() const; Standard_EXPORT Handle_PColStd_SeqNodeOfHSequenceOfInteger Next() const; Standard_EXPORT Handle_PColStd_SeqNodeOfHSequenceOfInteger Previous() const; Standard_EXPORT void SetValue(const Standard_Integer& AnItem) ; Standard_EXPORT void SetNext(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ANode) ; Standard_EXPORT void SetPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ANode) ; PColStd_SeqNodeOfHSequenceOfInteger( ) { } PColStd_SeqNodeOfHSequenceOfInteger(const Storage_stCONSTclCOM& a) : PMMgt_PManaged(a) { } Handle(PColStd_SeqNodeOfHSequenceOfInteger) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious() const { return MyPrevious; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& p) { MyPrevious = p; } Standard_Integer _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyItem() const { return MyItem; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyItem(const Standard_Integer p) { MyItem = p; } Handle(PColStd_SeqNodeOfHSequenceOfInteger) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyNext() const { return MyNext; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyNext(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& p) { MyNext = p; } friend class PColStd_HSequenceOfInteger; friend class PColStd_SeqExplorerOfHSequenceOfInteger; DEFINE_STANDARD_RTTI(PColStd_SeqNodeOfHSequenceOfInteger) protected: private: Handle_PColStd_SeqNodeOfHSequenceOfInteger MyPrevious; Standard_Integer MyItem; Handle_PColStd_SeqNodeOfHSequenceOfInteger MyNext; }; // other Inline functions and methods (like "C++: function call" methods) #endif