Salome HOME
PR: merge from branch BR_UT_V310a3 tag mergeto_trunk_05dec05
[modules/kernel.git] / src / SALOMEDS / Handle_SALOMEDS_SequenceOfRealAttribute.hxx
1 //  SALOME SALOMEDS : data structure of SALOME and sources of Salome data server 
2 //
3 //  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : Handle_SALOMEDS_SequenceOfRealAttribute.hxx
25 //  Author : Yves FRICAUD
26 //  Module : SALOME
27 //  $Header$
28
29 #ifndef _Handle_SALOMEDS_SequenceOfRealAttribute_HeaderFile
30 #define _Handle_SALOMEDS_SequenceOfRealAttribute_HeaderFile
31
32 #ifndef _Standard_Macro_HeaderFile
33 #include <Standard_Macro.hxx>
34 #endif
35 #ifndef _Standard_HeaderFile
36 #include <Standard.hxx>
37 #endif
38
39 #ifndef _Handle_TDF_Attribute_HeaderFile
40 #include <Handle_TDF_Attribute.hxx>
41 #endif
42
43 class Standard_Transient;
44 class Handle_Standard_Type;
45 class Handle(TDF_Attribute);
46 class SALOMEDS_SequenceOfRealAttribute;
47 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(SALOMEDS_SequenceOfRealAttribute);
48
49 class Handle(SALOMEDS_SequenceOfRealAttribute) : public Handle(TDF_Attribute) {
50   public:
51     void* operator new(size_t,void* anAddress) 
52       {
53         return anAddress;
54       }
55     void* operator new(size_t size) 
56       { 
57         return Standard::Allocate(size); 
58       }
59     void  operator delete(void *anAddress) 
60       { 
61         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
62       }
63     Handle(SALOMEDS_SequenceOfRealAttribute)():Handle(TDF_Attribute)() {} 
64     Handle(SALOMEDS_SequenceOfRealAttribute)(const Handle(SALOMEDS_SequenceOfRealAttribute)& aHandle) : Handle(TDF_Attribute)(aHandle) 
65      {
66      }
67
68     Handle(SALOMEDS_SequenceOfRealAttribute)(const SALOMEDS_SequenceOfRealAttribute* anItem) : Handle(TDF_Attribute)((TDF_Attribute *)anItem) 
69      {
70      }
71
72     Handle(SALOMEDS_SequenceOfRealAttribute)& operator=(const Handle(SALOMEDS_SequenceOfRealAttribute)& aHandle)
73      {
74       Assign(aHandle.Access());
75       return *this;
76      }
77
78     Handle(SALOMEDS_SequenceOfRealAttribute)& operator=(const SALOMEDS_SequenceOfRealAttribute* anItem)
79      {
80       Assign((Standard_Transient *)anItem);
81       return *this;
82      }
83
84     SALOMEDS_SequenceOfRealAttribute* operator->() 
85      {
86       return (SALOMEDS_SequenceOfRealAttribute *)ControlAccess();
87      }
88
89     SALOMEDS_SequenceOfRealAttribute* operator->() const 
90      {
91       return (SALOMEDS_SequenceOfRealAttribute *)ControlAccess();
92      }
93
94    Standard_EXPORT ~Handle(SALOMEDS_SequenceOfRealAttribute)();
95  
96    Standard_EXPORT static const Handle(SALOMEDS_SequenceOfRealAttribute) DownCast(const Handle(Standard_Transient)& AnObject);
97 };
98 #endif