0023024: Update headers of OCCT files
[occt.git] / src / Standard / Standard_PrimitiveTypes.hxx
1 // Copyright (c) 1998-1999 Matra Datavision
2 // Copyright (c) 1999-2012 OPEN CASCADE SAS
3 //
4 // The content of this file is subject to the Open CASCADE Technology Public
5 // License Version 6.5 (the "License"). You may not use the content of this file
6 // except in compliance with the License. Please obtain a copy of the License
7 // at http://www.opencascade.org and read it completely before using this file.
8 //
9 // The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
10 // main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
11 //
12 // The Original Code and all software distributed under the License is
13 // distributed on an "AS IS" basis, without warranty of any kind, and the
14 // Initial Developer hereby disclaims all such warranties, including without
15 // limitation, any warranties of merchantability, fitness for a particular
16 // purpose or non-infringement. Please see the License for the specific terms
17 // and conditions governing the rights and limitations under the License.
18
19 #ifndef   _Standard_PrimitiveTypes_HeaderFile
20 #define   _Standard_PrimitiveTypes_HeaderFile
21
22 #include <stddef.h>
23 #include <stdlib.h>
24
25 class Standard_Type;
26 class Handle_Standard_Type;
27
28 class Handle_Standard_Transient;
29 class Standard_Transient;
30
31 #ifndef _Standard_Macro_HeaderFile
32 #include <Standard_Macro.hxx>
33 #endif
34 #ifndef _Standard_Boolean_HeaderFile
35 #include <Standard_Boolean.hxx>
36 #endif
37 #ifndef _Standard_Integer_HeaderFile
38 #include <Standard_Integer.hxx>
39 #endif
40 #ifndef _Standard_Real_HeaderFile
41 #include <Standard_Real.hxx>
42 #endif
43 #ifndef _Standard_Character_HeaderFile
44 #include <Standard_Character.hxx>
45 #endif
46 #ifndef _Standard_ExtCharacter_HeaderFile
47 #include <Standard_ExtCharacter.hxx>
48 #endif
49 #ifndef _Standard_CString_HeaderFile
50 #include <Standard_CString.hxx>
51 #endif
52 #ifndef _Standard_ExtString_HeaderFile
53 #include <Standard_ExtString.hxx>
54 #endif
55 #ifndef _Standard_Address_HeaderFile
56 #include <Standard_Address.hxx>
57 #endif
58 #ifndef _Standard_Storable_HeaderFile
59 #include <Standard_Storable.hxx>
60 #endif
61
62 __Standard_API Standard_Address ShallowCopy(const Standard_Address, 
63                      const Handle_Standard_Type& );
64
65 __Standard_API Standard_Integer HashCode(const Standard_Address, 
66                           const Standard_Integer,
67                           const Handle_Standard_Type&);
68
69 #endif
70
71
72
73
74
75
76
77
78
79