// 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_SeqNodeOfHSequenceOfPersistent_HeaderFile #define _PColStd_SeqNodeOfHSequenceOfPersistent_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfPersistent_HeaderFile #include #endif #ifndef _Handle_Standard_Persistent_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfPersistent_HeaderFile #include #endif #ifndef _PMMgt_PManaged_HeaderFile #include #endif #ifndef _Handle_PColStd_HSequenceOfPersistent_HeaderFile #include #endif class Standard_Persistent; class PColStd_HSequenceOfPersistent; class PColStd_SeqExplorerOfHSequenceOfPersistent; class PColStd_SeqNodeOfHSequenceOfPersistent : public PMMgt_PManaged { public: Standard_EXPORT PColStd_SeqNodeOfHSequenceOfPersistent(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& TheLast,const Handle(Standard_Persistent)& TheItem); Standard_EXPORT PColStd_SeqNodeOfHSequenceOfPersistent(const Handle(Standard_Persistent)& TheItem,const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& TheFirst); Standard_EXPORT PColStd_SeqNodeOfHSequenceOfPersistent(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& ThePrevious,const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& TheNext,const Handle(Standard_Persistent)& TheItem); Standard_EXPORT Handle_Standard_Persistent Value() const; Standard_EXPORT Handle_PColStd_SeqNodeOfHSequenceOfPersistent Next() const; Standard_EXPORT Handle_PColStd_SeqNodeOfHSequenceOfPersistent Previous() const; Standard_EXPORT void SetValue(const Handle(Standard_Persistent)& AnItem) ; Standard_EXPORT void SetNext(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& ANode) ; Standard_EXPORT void SetPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& ANode) ; PColStd_SeqNodeOfHSequenceOfPersistent( ) { } PColStd_SeqNodeOfHSequenceOfPersistent(const Storage_stCONSTclCOM& a) : PMMgt_PManaged(a) { } Handle(PColStd_SeqNodeOfHSequenceOfPersistent) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfPersistentMyPrevious() const { return MyPrevious; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfPersistentMyPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& p) { MyPrevious = p; } Handle(Standard_Persistent) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfPersistentMyItem() const { return MyItem; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfPersistentMyItem(const Handle(Standard_Persistent)& p) { MyItem = p; } Handle(PColStd_SeqNodeOfHSequenceOfPersistent) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfPersistentMyNext() const { return MyNext; } void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfPersistentMyNext(const Handle(PColStd_SeqNodeOfHSequenceOfPersistent)& p) { MyNext = p; } friend class PColStd_HSequenceOfPersistent; friend class PColStd_SeqExplorerOfHSequenceOfPersistent; DEFINE_STANDARD_RTTI(PColStd_SeqNodeOfHSequenceOfPersistent) protected: private: Handle_PColStd_SeqNodeOfHSequenceOfPersistent MyPrevious; Handle_Standard_Persistent MyItem; Handle_PColStd_SeqNodeOfHSequenceOfPersistent MyNext; }; // other Inline functions and methods (like "C++: function call" methods) #endif