Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / NMTDS / NMTDS_ListIteratorOfListOfPassKey.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 #ifndef _NMTDS_ListIteratorOfListOfPassKey_HeaderFile
23 #define _NMTDS_ListIteratorOfListOfPassKey_HeaderFile
24
25 #ifndef _Standard_Address_HeaderFile
26 #include <Standard_Address.hxx>
27 #endif
28 #ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
29 #include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
30 #endif
31 #ifndef _Standard_Boolean_HeaderFile
32 #include <Standard_Boolean.hxx>
33 #endif
34 class Standard_NoMoreObject;
35 class Standard_NoSuchObject;
36 class NMTDS_ListOfPassKey;
37 class NMTDS_PassKey;
38 class NMTDS_ListNodeOfListOfPassKey;
39
40
41 #ifndef _Standard_HeaderFile
42 #include <Standard.hxx>
43 #endif
44 #ifndef _Standard_Macro_HeaderFile
45 #include <Standard_Macro.hxx>
46 #endif
47
48
49 class NMTDS_ListIteratorOfListOfPassKey  {
50
51 public:
52
53     void* operator new(size_t,void* anAddress) 
54       {
55         return anAddress;
56       }
57     void* operator new(size_t size) 
58       { 
59         return Standard::Allocate(size); 
60       }
61     void  operator delete(void *anAddress) 
62       { 
63         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
64       }
65  // Methods PUBLIC
66  // 
67
68
69 Standard_EXPORT NMTDS_ListIteratorOfListOfPassKey();
70
71
72 Standard_EXPORT NMTDS_ListIteratorOfListOfPassKey(const NMTDS_ListOfPassKey& L);
73
74
75 Standard_EXPORT   void Initialize(const NMTDS_ListOfPassKey& L) ;
76
77   Standard_Boolean More() const;
78
79
80 Standard_EXPORT   void Next() ;
81
82
83 Standard_EXPORT   NMTDS_PassKey& Value() const;
84
85
86 friend class NMTDS_ListOfPassKey;
87
88
89
90 protected:
91
92  // Methods PROTECTED
93  // 
94
95
96  // Fields PROTECTED
97  //
98
99
100 private: 
101
102  // Methods PRIVATE
103  // 
104
105
106  // Fields PRIVATE
107  //
108 Standard_Address current;
109 Standard_Address previous;
110
111
112 };
113
114 #define Item NMTDS_PassKey
115 #define Item_hxx <NMTDS_PassKey.hxx>
116 #define TCollection_ListNode NMTDS_ListNodeOfListOfPassKey
117 #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfPassKey.hxx>
118 #define TCollection_ListIterator NMTDS_ListIteratorOfListOfPassKey
119 #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfPassKey.hxx>
120 #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfPassKey
121 #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfPassKey_Type_()
122 #define TCollection_List NMTDS_ListOfPassKey
123 #define TCollection_List_hxx <NMTDS_ListOfPassKey.hxx>
124
125 #include <TCollection_ListIterator.lxx>
126
127 #undef Item
128 #undef Item_hxx
129 #undef TCollection_ListNode
130 #undef TCollection_ListNode_hxx
131 #undef TCollection_ListIterator
132 #undef TCollection_ListIterator_hxx
133 #undef Handle_TCollection_ListNode
134 #undef TCollection_ListNode_Type_
135 #undef TCollection_List
136 #undef TCollection_List_hxx
137
138
139 // other Inline functions and methods (like "C++: function call" methods)
140 //
141
142
143 #endif