// 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 _Transfer_IteratorOfProcessForTransient_HeaderFile #define _Transfer_IteratorOfProcessForTransient_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_TColStd_HSequenceOfTransient_HeaderFile #include #endif #ifndef _Transfer_TransferIterator_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Transfer_ProcessForTransient_HeaderFile #include #endif #ifndef _Handle_Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient_HeaderFile #include #endif #ifndef _Handle_Transfer_ActorOfProcessForTransient_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Transfer_Binder_HeaderFile #include #endif class TColStd_HSequenceOfTransient; class Standard_NoSuchObject; class Standard_Transient; class TColStd_MapTransientHasher; class Transfer_ProcessForTransient; class Transfer_TransferMapOfProcessForTransient; class Transfer_IndexedDataMapNodeOfTransferMapOfProcessForTransient; class Transfer_ActorOfProcessForTransient; class Transfer_Binder; class Transfer_IteratorOfProcessForTransient : public Transfer_TransferIterator { 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 Transfer_IteratorOfProcessForTransient(const Standard_Boolean withstarts); Standard_EXPORT void Add(const Handle(Transfer_Binder)& binder) ; Standard_EXPORT void Add(const Handle(Transfer_Binder)& binder,const Handle(Standard_Transient)& start) ; Standard_EXPORT void Filter(const Handle(TColStd_HSequenceOfTransient)& list,const Standard_Boolean keep = Standard_True) ; Standard_EXPORT Standard_Boolean HasStarting() const; Standard_EXPORT const Handle_Standard_Transient& Starting() const; protected: private: Handle_TColStd_HSequenceOfTransient thestarts; }; // other Inline functions and methods (like "C++: function call" methods) #endif