PCL
File Size and Position Types

Typedefs

using pcl::fpos_type = int64
 
using pcl::fsize_type = int64
 

Detailed Description

File positions are always signed numbers. We support 64-bit file systems.

Typedef Documentation

◆ fpos_type

using pcl::fpos_type = typedef int64

A type used to store a byte position or a byte offset in a file.

Definition at line 1179 of file Defs.h.

◆ fsize_type

using pcl::fsize_type = typedef int64

A type used to store the length of a file in bytes.

Definition at line 1185 of file Defs.h.