Salome HOME
af09405e1e7fec133819e74fbb63e50e3588637c
[modules/geom.git] / src / NMTDS / NMTDS_ListOfPassKey.hxx
1 //  Copyright (C) 2007-2010  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
23 #ifndef _NMTDS_ListOfPassKey_HeaderFile
24 #define _NMTDS_ListOfPassKey_HeaderFile
25
26 #ifndef _Standard_Address_HeaderFile
27 #include <Standard_Address.hxx>
28 #endif
29 #ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
30 #include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
31 #endif
32 #ifndef _Standard_Integer_HeaderFile
33 #include <Standard_Integer.hxx>
34 #endif
35 #ifndef _Standard_Boolean_HeaderFile
36 #include <Standard_Boolean.hxx>
37 #endif
38 class Standard_NoSuchObject;
39 class NMTDS_ListIteratorOfListOfPassKey;
40 class NMTDS_PassKey;
41 class NMTDS_ListNodeOfListOfPassKey;
42
43
44 #ifndef _Standard_HeaderFile
45 #include <Standard.hxx>
46 #endif
47 #ifndef _Standard_Macro_HeaderFile
48 #include <Standard_Macro.hxx>
49 #endif
50
51
52 class NMTDS_ListOfPassKey  {
53
54 public:
55
56     void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68  // Methods PUBLIC
69  // 
70
71
72 Standard_EXPORT NMTDS_ListOfPassKey();
73
74
75 Standard_EXPORT   void Assign(const NMTDS_ListOfPassKey& Other) ;
76   void operator=(const NMTDS_ListOfPassKey& Other) 
77 {
78   Assign(Other);
79 }
80
81
82
83 Standard_EXPORT   Standard_Integer Extent() const;
84
85
86 Standard_EXPORT   void Clear() ;
87 ~NMTDS_ListOfPassKey()
88 {
89   Clear();
90 }
91
92
93   Standard_Boolean IsEmpty() const;
94
95
96 Standard_EXPORT   void Prepend(const NMTDS_PassKey& I) ;
97
98
99 Standard_EXPORT   void Prepend(const NMTDS_PassKey& I,NMTDS_ListIteratorOfListOfPassKey& theIt) ;
100
101
102 Standard_EXPORT   void Prepend(NMTDS_ListOfPassKey& Other) ;
103
104
105 Standard_EXPORT   void Append(const NMTDS_PassKey& I) ;
106
107
108 Standard_EXPORT   void Append(const NMTDS_PassKey& I,NMTDS_ListIteratorOfListOfPassKey& theIt) ;
109
110
111 Standard_EXPORT   void Append(NMTDS_ListOfPassKey& Other) ;
112
113
114 Standard_EXPORT   NMTDS_PassKey& First() const;
115
116
117 Standard_EXPORT   NMTDS_PassKey& Last() const;
118
119
120 Standard_EXPORT   void RemoveFirst() ;
121
122
123 Standard_EXPORT   void Remove(NMTDS_ListIteratorOfListOfPassKey& It) ;
124
125
126 Standard_EXPORT   void InsertBefore(const NMTDS_PassKey& I,NMTDS_ListIteratorOfListOfPassKey& It) ;
127
128
129 Standard_EXPORT   void InsertBefore(NMTDS_ListOfPassKey& Other,NMTDS_ListIteratorOfListOfPassKey& It) ;
130
131
132 Standard_EXPORT   void InsertAfter(const NMTDS_PassKey& I,NMTDS_ListIteratorOfListOfPassKey& It) ;
133
134
135 Standard_EXPORT   void InsertAfter(NMTDS_ListOfPassKey& Other,NMTDS_ListIteratorOfListOfPassKey& It) ;
136
137
138 friend class NMTDS_ListIteratorOfListOfPassKey;
139
140
141
142 protected:
143
144  // Methods PROTECTED
145  // 
146
147
148  // Fields PROTECTED
149  //
150
151
152 private: 
153
154  // Methods PRIVATE
155  // 
156
157
158 Standard_EXPORT NMTDS_ListOfPassKey(const NMTDS_ListOfPassKey& Other);
159
160
161  // Fields PRIVATE
162  //
163 Standard_Address myFirst;
164 Standard_Address myLast;
165
166
167 };
168
169 #define Item NMTDS_PassKey
170 #define Item_hxx <NMTDS_PassKey.hxx>
171 #define TCollection_ListNode NMTDS_ListNodeOfListOfPassKey
172 #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfPassKey.hxx>
173 #define TCollection_ListIterator NMTDS_ListIteratorOfListOfPassKey
174 #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfPassKey.hxx>
175 #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfPassKey
176 #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfPassKey_Type_()
177 #define TCollection_List NMTDS_ListOfPassKey
178 #define TCollection_List_hxx <NMTDS_ListOfPassKey.hxx>
179
180 #include <TCollection_List.lxx>
181
182 #undef Item
183 #undef Item_hxx
184 #undef TCollection_ListNode
185 #undef TCollection_ListNode_hxx
186 #undef TCollection_ListIterator
187 #undef TCollection_ListIterator_hxx
188 #undef Handle_TCollection_ListNode
189 #undef TCollection_ListNode_Type_
190 #undef TCollection_List
191 #undef TCollection_List_hxx
192
193
194 // other Inline functions and methods (like "C++: function call" methods)
195 //
196
197
198 #endif