Version: 6.3.1

src/NMTDS/Handle_NMTDS_ListNodeOfListOfPassKey.hxx

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
00002 //
00003 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00004 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
00005 //
00006 // This library is free software; you can redistribute it and/or
00007 // modify it under the terms of the GNU Lesser General Public
00008 // License as published by the Free Software Foundation; either
00009 // version 2.1 of the License.
00010 //
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014 // Lesser General Public License for more details.
00015 //
00016 // You should have received a copy of the GNU Lesser General Public
00017 // License along with this library; if not, write to the Free Software
00018 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00019 //
00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00021 //
00022 
00023 #ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
00024 #define _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
00025 
00026 #ifndef _Standard_Macro_HeaderFile
00027 #include <Standard_Macro.hxx>
00028 #endif
00029 #ifndef _Standard_HeaderFile
00030 #include <Standard.hxx>
00031 #endif
00032 
00033 #ifndef _Handle_TCollection_MapNode_HeaderFile
00034 #include <Handle_TCollection_MapNode.hxx>
00035 #endif
00036 
00037 class Standard_Transient;
00038 class Handle_Standard_Type;
00039 class Handle(TCollection_MapNode);
00040 class NMTDS_ListNodeOfListOfPassKey;
00041 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(NMTDS_ListNodeOfListOfPassKey);
00042 
00043 class Handle(NMTDS_ListNodeOfListOfPassKey) : public Handle(TCollection_MapNode) {
00044   public:
00045     Handle(NMTDS_ListNodeOfListOfPassKey)():Handle(TCollection_MapNode)() {} 
00046     Handle(NMTDS_ListNodeOfListOfPassKey)(const Handle(NMTDS_ListNodeOfListOfPassKey)& aHandle) : Handle(TCollection_MapNode)(aHandle) 
00047      {
00048      }
00049 
00050     Handle(NMTDS_ListNodeOfListOfPassKey)(const NMTDS_ListNodeOfListOfPassKey* anItem) : Handle(TCollection_MapNode)((TCollection_MapNode *)anItem) 
00051      {
00052      }
00053 
00054     Handle(NMTDS_ListNodeOfListOfPassKey)& operator=(const Handle(NMTDS_ListNodeOfListOfPassKey)& aHandle)
00055      {
00056       Assign(aHandle.Access());
00057       return *this;
00058      }
00059 
00060     Handle(NMTDS_ListNodeOfListOfPassKey)& operator=(const NMTDS_ListNodeOfListOfPassKey* anItem)
00061      {
00062       Assign((Standard_Transient *)anItem);
00063       return *this;
00064      }
00065 
00066     NMTDS_ListNodeOfListOfPassKey* operator->() const
00067      {
00068       return (NMTDS_ListNodeOfListOfPassKey *)ControlAccess();
00069      }
00070 
00071 //   Standard_EXPORT ~Handle(NMTDS_ListNodeOfListOfPassKey)();
00072  
00073    Standard_EXPORT static const Handle(NMTDS_ListNodeOfListOfPassKey) DownCast(const Handle(Standard_Transient)& AnObject);
00074 };
00075 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS