// 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 _PColStd_SeqExplorerOfHSequenceOfHExtendedString_HeaderFile #define _PColStd_SeqExplorerOfHSequenceOfHExtendedString_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfHExtendedString_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PColStd_HSequenceOfHExtendedString_HeaderFile #include #endif #ifndef _Handle_PCollection_HExtendedString_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class PColStd_SeqNodeOfHSequenceOfHExtendedString; class PColStd_HSequenceOfHExtendedString; class Standard_NoSuchObject; class Standard_OutOfRange; class PCollection_HExtendedString; class PColStd_SeqExplorerOfHSequenceOfHExtendedString { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT PColStd_SeqExplorerOfHSequenceOfHExtendedString(const Handle(PColStd_HSequenceOfHExtendedString)& S); Standard_EXPORT Handle_PCollection_HExtendedString Value(const Standard_Integer Index) ; Standard_EXPORT Standard_Boolean Contains(const Handle(PCollection_HExtendedString)& T) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Handle(PCollection_HExtendedString)& T,const Standard_Integer FromIndex,const Standard_Integer ToIndex) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Handle(PCollection_HExtendedString)& T) ; protected: private: Handle_PColStd_SeqNodeOfHSequenceOfHExtendedString CurrentItem; Standard_Integer CurrentIndex; Handle_PColStd_HSequenceOfHExtendedString TheSequence; }; // other Inline functions and methods (like "C++: function call" methods) #endif