// 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 _Interface_SequenceNodeOfSequenceOfCheck_HeaderFile #define _Interface_SequenceNodeOfSequenceOfCheck_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Interface_SequenceNodeOfSequenceOfCheck_HeaderFile #include #endif #ifndef _Handle_Interface_Check_HeaderFile #include #endif #ifndef _TCollection_SeqNode_HeaderFile #include #endif #ifndef _TCollection_SeqNodePtr_HeaderFile #include #endif class Interface_Check; class Interface_SequenceOfCheck; class Interface_SequenceNodeOfSequenceOfCheck : public TCollection_SeqNode { public: Interface_SequenceNodeOfSequenceOfCheck(const Handle(Interface_Check)& I,const TCollection_SeqNodePtr& n,const TCollection_SeqNodePtr& p); Handle_Interface_Check& Value() const; DEFINE_STANDARD_RTTI(Interface_SequenceNodeOfSequenceOfCheck) protected: private: Handle_Interface_Check myValue; }; #define SeqItem Handle_Interface_Check #define SeqItem_hxx #define TCollection_SequenceNode Interface_SequenceNodeOfSequenceOfCheck #define TCollection_SequenceNode_hxx #define Handle_TCollection_SequenceNode Handle_Interface_SequenceNodeOfSequenceOfCheck #define TCollection_SequenceNode_Type_() Interface_SequenceNodeOfSequenceOfCheck_Type_() #define TCollection_Sequence Interface_SequenceOfCheck #define TCollection_Sequence_hxx #include #undef SeqItem #undef SeqItem_hxx #undef TCollection_SequenceNode #undef TCollection_SequenceNode_hxx #undef Handle_TCollection_SequenceNode #undef TCollection_SequenceNode_Type_ #undef TCollection_Sequence #undef TCollection_Sequence_hxx // other Inline functions and methods (like "C++: function call" methods) #endif