Salome HOME
c5a49a02d5788fed6d35c4f7de515071b5877936
[modules/geom.git] / src / NMTTools / NMTTools_ListOfCommonBlock.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 _NMTTools_ListOfCommonBlock_HeaderFile
24 #define _NMTTools_ListOfCommonBlock_HeaderFile
25
26 #ifndef _Standard_Address_HeaderFile
27 #include <Standard_Address.hxx>
28 #endif
29 #ifndef _Handle_NMTTools_ListNodeOfListOfCommonBlock_HeaderFile
30 #include <Handle_NMTTools_ListNodeOfListOfCommonBlock.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 NMTTools_ListIteratorOfListOfCommonBlock;
40 class NMTTools_CommonBlock;
41 class NMTTools_ListNodeOfListOfCommonBlock;
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 NMTTools_ListOfCommonBlock  {
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 NMTTools_ListOfCommonBlock();
73
74
75 Standard_EXPORT   void Assign(const NMTTools_ListOfCommonBlock& Other) ;
76   void operator=(const NMTTools_ListOfCommonBlock& Other) 
77 {
78   Assign(Other);
79 }
80
81
82
83 Standard_EXPORT   Standard_Integer Extent() const;
84
85
86 Standard_EXPORT   void Clear() ;
87 ~NMTTools_ListOfCommonBlock()
88 {
89   Clear();
90 }
91
92
93   Standard_Boolean IsEmpty() const;
94
95
96 Standard_EXPORT   void Prepend(const NMTTools_CommonBlock& I) ;
97
98
99 Standard_EXPORT   void Prepend(const NMTTools_CommonBlock& I,NMTTools_ListIteratorOfListOfCommonBlock& theIt) ;
100
101
102 Standard_EXPORT   void Prepend(NMTTools_ListOfCommonBlock& Other) ;
103
104
105 Standard_EXPORT   void Append(const NMTTools_CommonBlock& I) ;
106
107
108 Standard_EXPORT   void Append(const NMTTools_CommonBlock& I,NMTTools_ListIteratorOfListOfCommonBlock& theIt) ;
109
110
111 Standard_EXPORT   void Append(NMTTools_ListOfCommonBlock& Other) ;
112
113
114 Standard_EXPORT   NMTTools_CommonBlock& First() const;
115
116
117 Standard_EXPORT   NMTTools_CommonBlock& Last() const;
118
119
120 Standard_EXPORT   void RemoveFirst() ;
121
122
123 Standard_EXPORT   void Remove(NMTTools_ListIteratorOfListOfCommonBlock& It) ;
124
125
126 Standard_EXPORT   void InsertBefore(const NMTTools_CommonBlock& I,NMTTools_ListIteratorOfListOfCommonBlock& It) ;
127
128
129 Standard_EXPORT   void InsertBefore(NMTTools_ListOfCommonBlock& Other,NMTTools_ListIteratorOfListOfCommonBlock& It) ;
130
131
132 Standard_EXPORT   void InsertAfter(const NMTTools_CommonBlock& I,NMTTools_ListIteratorOfListOfCommonBlock& It) ;
133
134
135 Standard_EXPORT   void InsertAfter(NMTTools_ListOfCommonBlock& Other,NMTTools_ListIteratorOfListOfCommonBlock& It) ;
136
137
138 friend class NMTTools_ListIteratorOfListOfCommonBlock;
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 NMTTools_ListOfCommonBlock(const NMTTools_ListOfCommonBlock& Other);
159
160
161  // Fields PRIVATE
162  //
163 Standard_Address myFirst;
164 Standard_Address myLast;
165
166
167 };
168
169 #define Item NMTTools_CommonBlock
170 #define Item_hxx <NMTTools_CommonBlock.hxx>
171 #define TCollection_ListNode NMTTools_ListNodeOfListOfCommonBlock
172 #define TCollection_ListNode_hxx <NMTTools_ListNodeOfListOfCommonBlock.hxx>
173 #define TCollection_ListIterator NMTTools_ListIteratorOfListOfCommonBlock
174 #define TCollection_ListIterator_hxx <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
175 #define Handle_TCollection_ListNode Handle_NMTTools_ListNodeOfListOfCommonBlock
176 #define TCollection_ListNode_Type_() NMTTools_ListNodeOfListOfCommonBlock_Type_()
177 #define TCollection_List NMTTools_ListOfCommonBlock
178 #define TCollection_List_hxx <NMTTools_ListOfCommonBlock.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