All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasicTypes.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2023 by Apryse Software Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 #ifndef PDFTRON_H_CPPCommonBasicTypes
6 #define PDFTRON_H_CPPCommonBasicTypes
7 
8 #include <C/Common/TRN_Types.h>
9 
10 namespace pdftron {
11 
12 typedef TRN_UChar UChar;
13 typedef TRN_UInt32 UInt32;
14 typedef TRN_UInt16 UInt16;
15 typedef TRN_UInt8 UInt8;
16 typedef TRN_Int32 Int32;
17 typedef TRN_Int16 Int16;
18 typedef TRN_Int8 Int8;
19 
20 typedef TRN_Int64 Int64;
21 typedef TRN_UInt64 UInt64;
22 typedef TRN_Unicode Unicode;
23 
24 }
25 
26 #endif // PDFTRON_H_CPPCommonBasicTypes
TRN_Int64 Int64
Definition: BasicTypes.h:20
TRN_UInt16 UInt16
Definition: BasicTypes.h:14
TRN_Int16 Int16
Definition: BasicTypes.h:17
TRN_UInt8 UInt8
Definition: BasicTypes.h:15
TRN_UInt64 UInt64
Definition: BasicTypes.h:21
TRN_Unicode Unicode
Definition: BasicTypes.h:22
TRN_Int32 Int32
Definition: BasicTypes.h:16
TRN_UInt32 UInt32
Definition: BasicTypes.h:13
TRN_UChar UChar
Definition: BasicTypes.h:12
TRN_Int8 Int8
Definition: BasicTypes.h:18