// 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 _TCollection_SeqNode_HeaderFile #define _TCollection_SeqNode_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TCollection_SeqNode_HeaderFile #include #endif #ifndef _TCollection_SeqNodePtr_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class TCollection_SeqNode : public MMgt_TShared { public: TCollection_SeqNode(const TCollection_SeqNodePtr& n,const TCollection_SeqNodePtr& p); TCollection_SeqNodePtr& Next() const; TCollection_SeqNodePtr& Previous() const; DEFINE_STANDARD_RTTI(TCollection_SeqNode) protected: private: TCollection_SeqNodePtr myNext; TCollection_SeqNodePtr myPrevious; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif