HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfInt64.h
Go to the documentation of this file.
1 //
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Copyright (c) Contributors to the OpenEXR Project.
4 //
5 
6 #ifndef INCLUDED_IMF_INT64_H
7 #define INCLUDED_IMF_INT64_H
8 
9 //----------------------------------------------------------------------------
10 //
11 // Deprecated Int64/SInt64 unsigned 64-bit integer type.
12 // Use int64_t and uint64_t instead.
13 //
14 //----------------------------------------------------------------------------
15 
16 #include "ImathInt64.h"
17 #include "ImfNamespace.h"
18 #include <stdint.h>
19 
21 
22 IMATH_DEPRECATED("use uint64_t")
24 
25 IMATH_DEPRECATED("use int64_t")
27 
29 
30 
31 
32 
33 #endif // INCLUDED_IMF_INT64_H
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: ImfNamespace.h:80
#define IMATH_NAMESPACE
Definition: ImathConfig.h:40
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER typedef IMATH_NAMESPACE::Int64 Int64
Definition: ImfInt64.h:23
#define IMATH_DEPRECATED(msg)
Definition: ImathConfig.h:152
long long int SInt64
SInt64 - signed 64-bit integer.
Definition: ImathInt64.h:40
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Definition: ImfNamespace.h:79