Salome HOME
Mantis issue 0021453: EDF GEOM: (regression). A fix by PKV.
[modules/geom.git] / src / NMTDS / NMTDS_ListOfPairBoolean.hxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
2 //\r
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
5 //\r
6 // This library is free software; you can redistribute it and/or\r
7 // modify it under the terms of the GNU Lesser General Public\r
8 // License as published by the Free Software Foundation; either\r
9 // version 2.1 of the License.\r
10 //\r
11 // This library is distributed in the hope that it will be useful,\r
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
14 // Lesser General Public License for more details.\r
15 //\r
16 // You should have received a copy of the GNU Lesser General Public\r
17 // License along with this library; if not, write to the Free Software\r
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
19 //\r
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
21 \r
22 #ifndef _NMTDS_ListOfPairBoolean_HeaderFile\r
23 #define _NMTDS_ListOfPairBoolean_HeaderFile\r
24 \r
25 #ifndef _Standard_HeaderFile\r
26 #include <Standard.hxx>\r
27 #endif\r
28 #ifndef _Standard_Macro_HeaderFile\r
29 #include <Standard_Macro.hxx>\r
30 #endif\r
31 \r
32 #ifndef _Standard_Address_HeaderFile\r
33 #include <Standard_Address.hxx>\r
34 #endif\r
35 #ifndef _Handle_NMTDS_ListNodeOfListOfPairBoolean_HeaderFile\r
36 #include <Handle_NMTDS_ListNodeOfListOfPairBoolean.hxx>\r
37 #endif\r
38 #ifndef _Standard_Integer_HeaderFile\r
39 #include <Standard_Integer.hxx>\r
40 #endif\r
41 #ifndef _Standard_Boolean_HeaderFile\r
42 #include <Standard_Boolean.hxx>\r
43 #endif\r
44 class Standard_NoSuchObject;\r
45 class NMTDS_ListIteratorOfListOfPairBoolean;\r
46 class NMTDS_PairBoolean;\r
47 class NMTDS_ListNodeOfListOfPairBoolean;\r
48 \r
49 \r
50 \r
51 class NMTDS_ListOfPairBoolean  {\r
52 public:\r
53 \r
54   void* operator new(size_t,void* anAddress) \r
55   {\r
56     return anAddress;\r
57   }\r
58   void* operator new(size_t size) \r
59   {\r
60     return Standard::Allocate(size); \r
61   }\r
62   void  operator delete(void *anAddress) \r
63   {\r
64     if (anAddress) Standard::Free((Standard_Address&)anAddress); \r
65   }\r
66 \r
67   \r
68   Standard_EXPORT   NMTDS_ListOfPairBoolean();\r
69   \r
70   Standard_EXPORT     void Assign(const NMTDS_ListOfPairBoolean& Other) ;\r
71     void operator=(const NMTDS_ListOfPairBoolean& Other) \r
72 {\r
73   Assign(Other);\r
74 }\r
75   \r
76   Standard_EXPORT     Standard_Integer Extent() const;\r
77   \r
78   Standard_EXPORT     void Clear() ;\r
79 ~NMTDS_ListOfPairBoolean()\r
80 {\r
81   Clear();\r
82 }\r
83   \r
84         Standard_Boolean IsEmpty() const;\r
85   \r
86   Standard_EXPORT     void Prepend(const NMTDS_PairBoolean& I) ;\r
87   \r
88   Standard_EXPORT     void Prepend(const NMTDS_PairBoolean& I,NMTDS_ListIteratorOfListOfPairBoolean& theIt) ;\r
89   \r
90   Standard_EXPORT     void Prepend(NMTDS_ListOfPairBoolean& Other) ;\r
91   \r
92   Standard_EXPORT     void Append(const NMTDS_PairBoolean& I) ;\r
93   \r
94   Standard_EXPORT     void Append(const NMTDS_PairBoolean& I,NMTDS_ListIteratorOfListOfPairBoolean& theIt) ;\r
95   \r
96   Standard_EXPORT     void Append(NMTDS_ListOfPairBoolean& Other) ;\r
97   \r
98   Standard_EXPORT     NMTDS_PairBoolean& First() const;\r
99   \r
100   Standard_EXPORT     NMTDS_PairBoolean& Last() const;\r
101   \r
102   Standard_EXPORT     void RemoveFirst() ;\r
103   \r
104   Standard_EXPORT     void Remove(NMTDS_ListIteratorOfListOfPairBoolean& It) ;\r
105   \r
106   Standard_EXPORT     void InsertBefore(const NMTDS_PairBoolean& I,NMTDS_ListIteratorOfListOfPairBoolean& It) ;\r
107   \r
108   Standard_EXPORT     void InsertBefore(NMTDS_ListOfPairBoolean& Other,NMTDS_ListIteratorOfListOfPairBoolean& It) ;\r
109   \r
110   Standard_EXPORT     void InsertAfter(const NMTDS_PairBoolean& I,NMTDS_ListIteratorOfListOfPairBoolean& It) ;\r
111   \r
112   Standard_EXPORT     void InsertAfter(NMTDS_ListOfPairBoolean& Other,NMTDS_ListIteratorOfListOfPairBoolean& It) ;\r
113 \r
114 \r
115 friend class NMTDS_ListIteratorOfListOfPairBoolean;\r
116 \r
117 \r
118 \r
119 protected:\r
120 \r
121 \r
122 \r
123 \r
124 \r
125 private:\r
126 \r
127   \r
128   Standard_EXPORT   NMTDS_ListOfPairBoolean(const NMTDS_ListOfPairBoolean& Other);\r
129 \r
130 \r
131 Standard_Address myFirst;\r
132 Standard_Address myLast;\r
133 \r
134 \r
135 };\r
136 \r
137 #define Item NMTDS_PairBoolean\r
138 #define Item_hxx <NMTDS_PairBoolean.hxx>\r
139 #define TCollection_ListNode NMTDS_ListNodeOfListOfPairBoolean\r
140 #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfPairBoolean.hxx>\r
141 #define TCollection_ListIterator NMTDS_ListIteratorOfListOfPairBoolean\r
142 #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfPairBoolean.hxx>\r
143 #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfPairBoolean\r
144 #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfPairBoolean_Type_()\r
145 #define TCollection_List NMTDS_ListOfPairBoolean\r
146 #define TCollection_List_hxx <NMTDS_ListOfPairBoolean.hxx>\r
147 \r
148 #include <TCollection_List.lxx>\r
149 \r
150 #undef Item\r
151 #undef Item_hxx\r
152 #undef TCollection_ListNode\r
153 #undef TCollection_ListNode_hxx\r
154 #undef TCollection_ListIterator\r
155 #undef TCollection_ListIterator_hxx\r
156 #undef Handle_TCollection_ListNode\r
157 #undef TCollection_ListNode_Type_\r
158 #undef TCollection_List\r
159 #undef TCollection_List_hxx\r
160 \r
161 \r
162 // other Inline functions and methods (like "C++: function call" methods)\r
163 \r
164 \r
165 #endif\r