// 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_GlobalNodeOfReaderLib_HeaderFile #define _Interface_GlobalNodeOfReaderLib_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Interface_GlobalNodeOfReaderLib_HeaderFile #include #endif #ifndef _Handle_Interface_ReaderModule_HeaderFile #include #endif #ifndef _Handle_Interface_Protocol_HeaderFile #include #endif #ifndef _Handle_Interface_GlobalNodeOfReaderLib_HeaderFile #include #endif #ifndef _Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Interface_NodeOfReaderLib_HeaderFile #include #endif class Interface_ReaderModule; class Interface_Protocol; class Standard_Transient; class Interface_ReaderLib; class Interface_NodeOfReaderLib; class Interface_GlobalNodeOfReaderLib : public Standard_Transient { public: Standard_EXPORT Interface_GlobalNodeOfReaderLib(); Standard_EXPORT void Add(const Handle(Interface_ReaderModule)& amodule,const Handle(Interface_Protocol)& aprotocol) ; Standard_EXPORT const Handle_Interface_ReaderModule& Module() const; Standard_EXPORT const Handle_Interface_Protocol& Protocol() const; Standard_EXPORT const Handle_Interface_GlobalNodeOfReaderLib& Next() const; DEFINE_STANDARD_RTTI(Interface_GlobalNodeOfReaderLib) protected: private: Handle_Interface_ReaderModule themod; Handle_Interface_Protocol theprot; Handle_Interface_GlobalNodeOfReaderLib thenext; }; // other Inline functions and methods (like "C++: function call" methods) #endif