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 // SALOME SALOMEGUI : implementation of desktop and GUI kernel 00024 // File : Handle_SALOME_ListNodeOfListIO.hxx 00025 // Module : SALOME 00026 // 00027 #ifndef _Handle_SALOME_ListNodeOfListIO_HeaderFile 00028 #define _Handle_SALOME_ListNodeOfListIO_HeaderFile 00029 00030 #ifndef _Standard_Macro_HeaderFile 00031 #include <Standard_Macro.hxx> 00032 #endif 00033 #ifndef _Standard_HeaderFile 00034 #include <Standard.hxx> 00035 #endif 00036 00037 #ifndef _Handle_TCollection_MapNode_HeaderFile 00038 #include <Handle_TCollection_MapNode.hxx> 00039 #endif 00040 00041 class Standard_Transient; 00042 class Handle_Standard_Type; 00047 class Handle(TCollection_MapNode); 00048 class SALOME_ListNodeOfListIO; 00049 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(SALOME_ListNodeOfListIO); 00050 00055 class Handle(SALOME_ListNodeOfListIO) : public Handle(TCollection_MapNode) { 00056 public: 00057 void* operator new(size_t,void* anAddress) 00058 { 00059 return anAddress; 00060 } 00061 void* operator new(size_t size) 00062 { 00063 return Standard::Allocate(size); 00064 } 00065 void operator delete(void *anAddress) 00066 { 00067 if (anAddress) Standard::Free((Standard_Address&)anAddress); 00068 } 00069 Handle(SALOME_ListNodeOfListIO)():Handle(TCollection_MapNode)() {} 00070 Handle(SALOME_ListNodeOfListIO)(const Handle(SALOME_ListNodeOfListIO)& aHandle) : Handle(TCollection_MapNode)(aHandle) 00071 { 00072 } 00073 00074 Handle(SALOME_ListNodeOfListIO)(const SALOME_ListNodeOfListIO* anItem) : Handle(TCollection_MapNode)((TCollection_MapNode *)anItem) 00075 { 00076 } 00077 00078 Handle(SALOME_ListNodeOfListIO)& operator=(const Handle(SALOME_ListNodeOfListIO)& aHandle) 00079 { 00080 Assign(aHandle.Access()); 00081 return *this; 00082 } 00083 00084 Handle(SALOME_ListNodeOfListIO)& operator=(const SALOME_ListNodeOfListIO* anItem) 00085 { 00086 Assign((Standard_Transient *)anItem); 00087 return *this; 00088 } 00089 00090 SALOME_ListNodeOfListIO* operator->() 00091 { 00092 return (SALOME_ListNodeOfListIO *)ControlAccess(); 00093 } 00094 00095 SALOME_ListNodeOfListIO* operator->() const 00096 { 00097 return (SALOME_ListNodeOfListIO *)ControlAccess(); 00098 } 00099 00100 Standard_EXPORT ~Handle(SALOME_ListNodeOfListIO)(); 00101 00102 Standard_EXPORT static const Handle(SALOME_ListNodeOfListIO) DownCast(const Handle(Standard_Transient)& AnObject); 00103 }; 00104 #endif