// 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_SeqExplorerOfHSequenceOfInteger_HeaderFile #define _PColStd_SeqExplorerOfHSequenceOfInteger_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PColStd_HSequenceOfInteger_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class PColStd_SeqNodeOfHSequenceOfInteger; class PColStd_HSequenceOfInteger; class Standard_NoSuchObject; class Standard_OutOfRange; class PColStd_SeqExplorerOfHSequenceOfInteger { 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_SeqExplorerOfHSequenceOfInteger(const Handle(PColStd_HSequenceOfInteger)& S); Standard_EXPORT Standard_Integer Value(const Standard_Integer Index) ; Standard_EXPORT Standard_Boolean Contains(const Standard_Integer& T) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Standard_Integer& T,const Standard_Integer FromIndex,const Standard_Integer ToIndex) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Standard_Integer& T) ; protected: private: Handle_PColStd_SeqNodeOfHSequenceOfInteger CurrentItem; Standard_Integer CurrentIndex; Handle_PColStd_HSequenceOfInteger TheSequence; }; // other Inline functions and methods (like "C++: function call" methods) #endif