Salome HOME
eb355c7f99e411bdc27e000a0b88721583c96466
[modules/gui.git] / src / OBJECT / SALOME_ListIteratorOfListIO.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 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
23 //  File   : SALOME_ListIteratorOfListIO.hxx
24 //  Module : SALOME
25 //
26 #ifndef _SALOME_ListIteratorOfListIO_HeaderFile
27 #define _SALOME_ListIteratorOfListIO_HeaderFile
28
29 #ifndef _Standard_Address_HeaderFile
30 #include <Standard_Address.hxx>
31 #endif
32 #ifndef _Handle_SALOME_InteractiveObject_HeaderFile
33 #include "Handle_SALOME_InteractiveObject.hxx"
34 #endif
35 #ifndef _Handle_SALOME_ListNodeOfListIO_HeaderFile
36 #include "Handle_SALOME_ListNodeOfListIO.hxx"
37 #endif
38 #ifndef _Standard_Boolean_HeaderFile
39 #include <Standard_Boolean.hxx>
40 #endif
41 class Standard_NoMoreObject;
42 class Standard_NoSuchObject;
43 class SALOME_ListIO;
44 class SALOME_InteractiveObject;
45 class SALOME_ListNodeOfListIO;
46
47
48 #ifndef _Standard_HeaderFile
49 #include <Standard.hxx>
50 #endif
51 #ifndef _Standard_Macro_HeaderFile
52 #include <Standard_Macro.hxx>
53 #endif
54
55 class SALOME_ListIteratorOfListIO  {
56
57 public:
58
59     void* operator new(size_t,void* anAddress) 
60       {
61         return anAddress;
62       }
63     void* operator new(size_t size) 
64       { 
65         return Standard::Allocate(size); 
66       }
67     void  operator delete(void *anAddress) 
68       { 
69         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
70       }
71  // Methods PUBLIC
72  // 
73 Standard_EXPORT SALOME_ListIteratorOfListIO();
74 Standard_EXPORT SALOME_ListIteratorOfListIO(const SALOME_ListIO& L);
75 Standard_EXPORT   void Initialize(const SALOME_ListIO& L) ;
76 Standard_EXPORT   Standard_Boolean More() const;
77 Standard_EXPORT   void Next() ;
78 Standard_EXPORT   Handle_SALOME_InteractiveObject& Value() const;
79
80
81 friend class SALOME_ListIO;
82
83
84
85 protected:
86
87  // Methods PROTECTED
88  // 
89
90
91  // Fields PROTECTED
92  //
93
94
95 private: 
96
97  // Methods PRIVATE
98  // 
99
100
101  // Fields PRIVATE
102  //
103 Standard_Address current;
104 Standard_Address previous;
105
106
107 };
108
109 #define Item Handle_SALOME_InteractiveObject
110 #define Item_hxx "SALOME_InteractiveObject.hxx"
111 #define TCollection_ListNode SALOME_ListNodeOfListIO
112 #define TCollection_ListNode_hxx "SALOME_ListNodeOfListIO.hxx"
113 #define TCollection_ListIterator SALOME_ListIteratorOfListIO
114 #define TCollection_ListIterator_hxx "SALOME_ListIteratorOfListIO.hxx"
115 #define Handle_TCollection_ListNode Handle_SALOME_ListNodeOfListIO
116 #define TCollection_ListNode_Type_() SALOME_ListNodeOfListIO_Type_()
117 #define TCollection_List SALOME_ListIO
118 #define TCollection_List_hxx "SALOME_ListIO.hxx"
119
120 #include <TCollection_ListIterator.lxx>
121
122 #undef Item
123 #undef Item_hxx
124 #undef TCollection_ListNode
125 #undef TCollection_ListNode_hxx
126 #undef TCollection_ListIterator
127 #undef TCollection_ListIterator_hxx
128 #undef Handle_TCollection_ListNode
129 #undef TCollection_ListNode_Type_
130 #undef TCollection_List
131 #undef TCollection_List_hxx
132
133
134 // other Inline functions and methods (like "C++: function call" methods)
135 //
136
137
138 #endif