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

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <stddef.h>
#include <stdint.h>
#include "core/fxcrt/fx_types.h"
#include "core/fxcrt/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::CheckedNumeric<uint32_t>
 
using FX_SAFE_INT32 = pdfium::CheckedNumeric<int32_t>
 
using FX_SAFE_SIZE_T = pdfium::CheckedNumeric<size_t>
 
using FX_SAFE_FILESIZE = pdfium::CheckedNumeric<FX_FILESIZE>
 

Typedef Documentation

◆ FX_SAFE_FILESIZE

◆ FX_SAFE_INT32

Definition at line 15 of file fx_safe_types.h.

◆ FX_SAFE_SIZE_T

Definition at line 16 of file fx_safe_types.h.

◆ FX_SAFE_UINT32

Definition at line 14 of file fx_safe_types.h.