Main Page
Namespaces
Classes
Files
File List
File Members
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-2024 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
pdftron::Int64
TRN_Int64 Int64
Definition:
BasicTypes.h:20
pdftron::UInt16
TRN_UInt16 UInt16
Definition:
BasicTypes.h:14
pdftron::Int16
TRN_Int16 Int16
Definition:
BasicTypes.h:17
pdftron::UInt8
TRN_UInt8 UInt8
Definition:
BasicTypes.h:15
pdftron::UInt64
TRN_UInt64 UInt64
Definition:
BasicTypes.h:21
pdftron::Unicode
TRN_Unicode Unicode
Definition:
BasicTypes.h:22
pdftron::Int32
TRN_Int32 Int32
Definition:
BasicTypes.h:16
pdftron::UInt32
TRN_UInt32 UInt32
Definition:
BasicTypes.h:13
pdftron::UChar
TRN_UChar UChar
Definition:
BasicTypes.h:12
pdftron::Int8
TRN_Int8 Int8
Definition:
BasicTypes.h:18