1 // Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // Lesser General Public License for more details.
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #ifndef _NMTTools_ListIteratorOfListOfCommonBlock_HeaderFile
21 #define _NMTTools_ListIteratorOfListOfCommonBlock_HeaderFile
23 #ifndef _Standard_Address_HeaderFile
24 #include <Standard_Address.hxx>
26 #ifndef _Handle_NMTTools_ListNodeOfListOfCommonBlock_HeaderFile
27 #include <Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx>
29 #ifndef _Standard_Boolean_HeaderFile
30 #include <Standard_Boolean.hxx>
32 class Standard_NoMoreObject;
33 class Standard_NoSuchObject;
34 class NMTTools_ListOfCommonBlock;
35 class NMTTools_CommonBlock;
36 class NMTTools_ListNodeOfListOfCommonBlock;
39 #ifndef _Standard_HeaderFile
40 #include <Standard.hxx>
42 #ifndef _Standard_Macro_HeaderFile
43 #include <Standard_Macro.hxx>
47 class NMTTools_ListIteratorOfListOfCommonBlock {
51 void* operator new(size_t,void* anAddress)
55 void* operator new(size_t size)
57 return Standard::Allocate(size);
59 void operator delete(void *anAddress)
61 if (anAddress) Standard::Free((Standard_Address&)anAddress);
67 Standard_EXPORT NMTTools_ListIteratorOfListOfCommonBlock();
70 Standard_EXPORT NMTTools_ListIteratorOfListOfCommonBlock(const NMTTools_ListOfCommonBlock& L);
73 Standard_EXPORT void Initialize(const NMTTools_ListOfCommonBlock& L) ;
75 Standard_Boolean More() const;
78 Standard_EXPORT void Next() ;
81 Standard_EXPORT NMTTools_CommonBlock& Value() const;
84 friend class NMTTools_ListOfCommonBlock;
106 Standard_Address current;
107 Standard_Address previous;
112 #define Item NMTTools_CommonBlock
113 #define Item_hxx <NMTTools_CommonBlock.hxx>
114 #define TCollection_ListNode NMTTools_ListNodeOfListOfCommonBlock
115 #define TCollection_ListNode_hxx <NMTTools_ListNodeOfListOfCommonBlock.hxx>
116 #define TCollection_ListIterator NMTTools_ListIteratorOfListOfCommonBlock
117 #define TCollection_ListIterator_hxx <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
118 #define Handle_TCollection_ListNode Handle_NMTTools_ListNodeOfListOfCommonBlock
119 #define TCollection_ListNode_Type_() NMTTools_ListNodeOfListOfCommonBlock_Type_()
120 #define TCollection_List NMTTools_ListOfCommonBlock
121 #define TCollection_List_hxx <NMTTools_ListOfCommonBlock.hxx>
123 #include <TCollection_ListIterator.lxx>
127 #undef TCollection_ListNode
128 #undef TCollection_ListNode_hxx
129 #undef TCollection_ListIterator
130 #undef TCollection_ListIterator_hxx
131 #undef Handle_TCollection_ListNode
132 #undef TCollection_ListNode_Type_
133 #undef TCollection_List
134 #undef TCollection_List_hxx
137 // other Inline functions and methods (like "C++: function call" methods)