PCL
Portable Integer Types

Typedefs

using pcl::int16 = signed short
 
using pcl::int32 = signed int
 
using pcl::int64 = signed long long
 
using pcl::int8 = signed char
 
using pcl::uint16 = unsigned short
 
using pcl::uint32 = unsigned int
 
using pcl::uint64 = unsigned long long
 
using pcl::uint8 = unsigned char
 

Detailed Description

Typedef Documentation

◆ int16

using pcl::int16 = typedef signed short

Signed two's complement 16-bit integer type.

Definition at line 651 of file Defs.h.

◆ int32

using pcl::int32 = typedef signed int

Signed two's complement 32-bit integer type.

Definition at line 663 of file Defs.h.

◆ int64

using pcl::int64 = typedef signed long long

Signed two's complement 64-bit integer type.

Definition at line 679 of file Defs.h.

◆ int8

using pcl::int8 = typedef signed char

Signed two's complement 8-bit integer type.

Definition at line 639 of file Defs.h.

◆ uint16

using pcl::uint16 = typedef unsigned short

Unsigned 16-bit integer type.

Definition at line 657 of file Defs.h.

◆ uint32

using pcl::uint32 = typedef unsigned int

Unsigned 32-bit integer type.

Definition at line 669 of file Defs.h.

◆ uint64

using pcl::uint64 = typedef unsigned long long

Unsigned 64-bit integer type.

Definition at line 685 of file Defs.h.

◆ uint8

using pcl::uint8 = typedef unsigned char

Unsigned 8-bit integer type.

Definition at line 645 of file Defs.h.