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_BlockFix_BlockFixAPI_HeaderFile 00024 #define _Handle_BlockFix_BlockFixAPI_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_MMgt_TShared_HeaderFile 00034 #include <Handle_MMgt_TShared.hxx> 00035 #endif 00036 00037 class Standard_Transient; 00038 class Handle_Standard_Type; 00039 class Handle(MMgt_TShared); 00040 class BlockFix_BlockFixAPI; 00041 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(BlockFix_BlockFixAPI); 00042 00043 class Handle(BlockFix_BlockFixAPI) : public Handle(MMgt_TShared) { 00044 public: 00045 void* operator new(size_t,void* anAddress) 00046 { 00047 return anAddress; 00048 } 00049 void* operator new(size_t size) 00050 { 00051 return Standard::Allocate(size); 00052 } 00053 void operator delete(void *anAddress) 00054 { 00055 if (anAddress) Standard::Free((Standard_Address&)anAddress); 00056 } 00057 Handle(BlockFix_BlockFixAPI)():Handle(MMgt_TShared)() {} 00058 Handle(BlockFix_BlockFixAPI)(const Handle(BlockFix_BlockFixAPI)& aHandle) : Handle(MMgt_TShared)(aHandle) 00059 { 00060 } 00061 00062 Handle(BlockFix_BlockFixAPI)(const BlockFix_BlockFixAPI* anItem) : Handle(MMgt_TShared)((MMgt_TShared *)anItem) 00063 { 00064 } 00065 00066 Handle(BlockFix_BlockFixAPI)& operator=(const Handle(BlockFix_BlockFixAPI)& aHandle) 00067 { 00068 Assign(aHandle.Access()); 00069 return *this; 00070 } 00071 00072 Handle(BlockFix_BlockFixAPI)& operator=(const BlockFix_BlockFixAPI* anItem) 00073 { 00074 Assign((Standard_Transient *)anItem); 00075 return *this; 00076 } 00077 00078 BlockFix_BlockFixAPI* operator->() 00079 { 00080 return (BlockFix_BlockFixAPI *)ControlAccess(); 00081 } 00082 00083 BlockFix_BlockFixAPI* operator->() const 00084 { 00085 return (BlockFix_BlockFixAPI *)ControlAccess(); 00086 } 00087 00088 Standard_EXPORT ~Handle(BlockFix_BlockFixAPI)(); 00089 00090 Standard_EXPORT static const Handle(BlockFix_BlockFixAPI) DownCast(const Handle(Standard_Transient)& AnObject); 00091 }; 00092 #endif