// 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 _TopLoc_SListNodeOfSListOfItemLocation_HeaderFile #define _TopLoc_SListNodeOfSListOfItemLocation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TopLoc_SListNodeOfSListOfItemLocation_HeaderFile #include #endif #ifndef _TopLoc_SListOfItemLocation_HeaderFile #include #endif #ifndef _TopLoc_ItemLocation_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TopLoc_ItemLocation; class TopLoc_SListOfItemLocation; class TopLoc_SListNodeOfSListOfItemLocation : public MMgt_TShared { public: TopLoc_SListNodeOfSListOfItemLocation(const TopLoc_ItemLocation& I,const TopLoc_SListOfItemLocation& aTail); Standard_Integer& Count() const; TopLoc_SListOfItemLocation& Tail() const; TopLoc_ItemLocation& Value() const; DEFINE_STANDARD_RTTI(TopLoc_SListNodeOfSListOfItemLocation) protected: private: TopLoc_SListOfItemLocation myTail; TopLoc_ItemLocation myValue; }; #define Item TopLoc_ItemLocation #define Item_hxx #define TCollection_SListNode TopLoc_SListNodeOfSListOfItemLocation #define TCollection_SListNode_hxx #define Handle_TCollection_SListNode Handle_TopLoc_SListNodeOfSListOfItemLocation #define TCollection_SListNode_Type_() TopLoc_SListNodeOfSListOfItemLocation_Type_() #define TCollection_SList TopLoc_SListOfItemLocation #define TCollection_SList_hxx #include #undef Item #undef Item_hxx #undef TCollection_SListNode #undef TCollection_SListNode_hxx #undef Handle_TCollection_SListNode #undef TCollection_SListNode_Type_ #undef TCollection_SList #undef TCollection_SList_hxx // other Inline functions and methods (like "C++: function call" methods) #endif