// 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 _STEPCAFControl_IteratorOfDictionaryOfExternFile_HeaderFile #define _STEPCAFControl_IteratorOfDictionaryOfExternFile_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_STEPCAFControl_DictionaryOfExternFile_HeaderFile #include #endif #ifndef _TCollection_AsciiString_HeaderFile #include #endif #ifndef _Handle_STEPCAFControl_StackItemOfDictionaryOfExternFile_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_STEPCAFControl_ExternFile_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif class STEPCAFControl_DictionaryOfExternFile; class STEPCAFControl_StackItemOfDictionaryOfExternFile; class Standard_NoSuchObject; class STEPCAFControl_ExternFile; class TCollection_AsciiString; class STEPCAFControl_IteratorOfDictionaryOfExternFile { 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 STEPCAFControl_IteratorOfDictionaryOfExternFile(const Handle(STEPCAFControl_DictionaryOfExternFile)& acell); Standard_EXPORT STEPCAFControl_IteratorOfDictionaryOfExternFile(const Handle(STEPCAFControl_DictionaryOfExternFile)& acell,const Standard_CString basename); Standard_EXPORT STEPCAFControl_IteratorOfDictionaryOfExternFile(const Handle(STEPCAFControl_DictionaryOfExternFile)& acell,const TCollection_AsciiString& basename); Standard_EXPORT void Start() ; Standard_EXPORT Standard_Boolean More() ; Standard_EXPORT void Next() ; Standard_EXPORT const Handle_STEPCAFControl_ExternFile& Value() const; Standard_EXPORT TCollection_AsciiString Name() const; protected: private: Standard_EXPORT void AppendStack(const Handle(STEPCAFControl_DictionaryOfExternFile)& val) ; Handle_STEPCAFControl_DictionaryOfExternFile thebase; TCollection_AsciiString thename; Handle_STEPCAFControl_StackItemOfDictionaryOfExternFile thelast; Standard_Integer thenb; Standard_Boolean themore; Standard_Boolean theinit; Standard_Boolean thenext; }; // other Inline functions and methods (like "C++: function call" methods) #endif