Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_safe_types.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stddef.h>
#include <stdint.h>
#include "core/fxcrt/fx_types.h"
#include "third_party/base/numerics/safe_math.h"
+ Include dependency graph for fx_safe_types.h:

Go to the source code of this file.

Typedefs

using FX_SAFE_UINT32 = pdfium::base::CheckedNumeric<uint32_t>
 
using FX_SAFE_INT32 = pdfium::base::CheckedNumeric<int32_t>
 
using FX_SAFE_SIZE_T = pdfium::base::CheckedNumeric<size_t>
 
using FX_SAFE_FILESIZE = pdfium::base::CheckedNumeric<FX_FILESIZE>
 

Typedef Documentation

◆ FX_SAFE_FILESIZE

using FX_SAFE_FILESIZE = pdfium::base::CheckedNumeric<FX_FILESIZE>

Definition at line 17 of file fx_safe_types.h.

◆ FX_SAFE_INT32

using FX_SAFE_INT32 = pdfium::base::CheckedNumeric<int32_t>

Definition at line 15 of file fx_safe_types.h.

◆ FX_SAFE_SIZE_T

using FX_SAFE_SIZE_T = pdfium::base::CheckedNumeric<size_t>

Definition at line 16 of file fx_safe_types.h.

◆ FX_SAFE_UINT32

using FX_SAFE_UINT32 = pdfium::base::CheckedNumeric<uint32_t>

Definition at line 14 of file fx_safe_types.h.