C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Macros | Typedefs
types.h File Reference
#include <cstdint>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CONVERSION_UTILITIES_TYPES_H
 

Typedefs

typedef std::int8_t sbyte
 signed byte More...
 
typedef std::uint8_t byte
 unsigned byte More...
 
typedef std::int16_t int16
 signed 16-bit integer More...
 
typedef std::int32_t int32
 signed 32-bit integer More...
 
typedef std::int64_t int64
 signed 64-bit integer More...
 
typedef std::intptr_t intptr
 signed pointer More...
 
typedef std::uint16_t uint16
 unsigned 16-bit integer More...
 
typedef std::uint32_t uint32
 unsigned 32-bit integer More...
 
typedef std::uint64_t uint64
 unsigned 64-bit integer More...
 
typedef std::uintptr_t uintptr
 unsigned pointer More...
 

Macro Definition Documentation

◆ CONVERSION_UTILITIES_TYPES_H

#define CONVERSION_UTILITIES_TYPES_H

Definition at line 3 of file binaryconversion.h.

Typedef Documentation

◆ byte

typedef std::uint8_t byte

unsigned byte

Definition at line 14 of file types.h.

◆ int16

typedef std::int16_t int16

signed 16-bit integer

Definition at line 19 of file types.h.

◆ int32

typedef std::int32_t int32

signed 32-bit integer

Definition at line 24 of file types.h.

◆ int64

typedef std::int64_t int64

signed 64-bit integer

Definition at line 29 of file types.h.

◆ intptr

typedef std::intptr_t intptr

signed pointer

Definition at line 34 of file types.h.

◆ sbyte

typedef std::int8_t sbyte

signed byte

Definition at line 9 of file types.h.

◆ uint16

typedef std::uint16_t uint16

unsigned 16-bit integer

Definition at line 39 of file types.h.

◆ uint32

typedef std::uint32_t uint32

unsigned 32-bit integer

Definition at line 44 of file types.h.

◆ uint64

typedef std::uint64_t uint64

unsigned 64-bit integer

Definition at line 49 of file types.h.

◆ uintptr

typedef std::uintptr_t uintptr

unsigned pointer

Definition at line 54 of file types.h.