C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include <cstdint>
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... | |
#define CONVERSION_UTILITIES_TYPES_H |
Definition at line 3 of file binaryconversion.h.