Salome HOME
This commit was generated by cvs2git to create tag 'StableState1'.
[modules/geom.git] / src / NMTDS / Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _Handle_NMTDS_ListNodeOfListOfPassKeyBoolean_HeaderFile
21 #define _Handle_NMTDS_ListNodeOfListOfPassKeyBoolean_HeaderFile
22
23 #ifndef _Standard_Macro_HeaderFile
24 #include <Standard_Macro.hxx>
25 #endif
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29
30 #ifndef _Handle_TCollection_MapNode_HeaderFile
31 #include <Handle_TCollection_MapNode.hxx>
32 #endif
33
34 class Standard_Transient;
35 class Handle_Standard_Type;
36 class Handle(TCollection_MapNode);
37 class NMTDS_ListNodeOfListOfPassKeyBoolean;
38 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(NMTDS_ListNodeOfListOfPassKeyBoolean);
39
40 class Handle(NMTDS_ListNodeOfListOfPassKeyBoolean) : public Handle(TCollection_MapNode) {
41   public:
42     Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)():Handle(TCollection_MapNode)() {} 
43     Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)(const Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)& aHandle) : Handle(TCollection_MapNode)(aHandle) 
44      {
45      }
46
47     Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)(const NMTDS_ListNodeOfListOfPassKeyBoolean* anItem) : Handle(TCollection_MapNode)((TCollection_MapNode *)anItem) 
48      {
49      }
50
51     Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)& operator=(const Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)& aHandle)
52      {
53       Assign(aHandle.Access());
54       return *this;
55      }
56
57     Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)& operator=(const NMTDS_ListNodeOfListOfPassKeyBoolean* anItem)
58      {
59       Assign((Standard_Transient *)anItem);
60       return *this;
61      }
62
63     NMTDS_ListNodeOfListOfPassKeyBoolean* operator->() const
64      {
65       return (NMTDS_ListNodeOfListOfPassKeyBoolean *)ControlAccess();
66      }
67
68 //   Standard_EXPORT ~Handle(NMTDS_ListNodeOfListOfPassKeyBoolean)();
69  
70    Standard_EXPORT static const Handle(NMTDS_ListNodeOfListOfPassKeyBoolean) DownCast(const Handle(Standard_Transient)& AnObject);
71 };
72 #endif