// 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_NodeOfGeneralLib_HeaderFile #define _Interface_NodeOfGeneralLib_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Interface_NodeOfGeneralLib_HeaderFile #include #endif #ifndef _Handle_Interface_GlobalNodeOfGeneralLib_HeaderFile #include #endif #ifndef _Handle_Interface_NodeOfGeneralLib_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Interface_GeneralModule_HeaderFile #include #endif #ifndef _Handle_Interface_Protocol_HeaderFile #include #endif class Interface_GlobalNodeOfGeneralLib; class Standard_Transient; class Interface_GeneralModule; class Interface_Protocol; class Interface_GeneralLib; class Interface_NodeOfGeneralLib : public MMgt_TShared { public: Standard_EXPORT Interface_NodeOfGeneralLib(); Standard_EXPORT void AddNode(const Handle(Interface_GlobalNodeOfGeneralLib)& anode) ; Standard_EXPORT const Handle_Interface_GeneralModule& Module() const; Standard_EXPORT const Handle_Interface_Protocol& Protocol() const; Standard_EXPORT const Handle_Interface_NodeOfGeneralLib& Next() const; DEFINE_STANDARD_RTTI(Interface_NodeOfGeneralLib) protected: private: Handle_Interface_GlobalNodeOfGeneralLib thenode; Handle_Interface_NodeOfGeneralLib thenext; }; // other Inline functions and methods (like "C++: function call" methods) #endif