App
|
Definuje datové typy tak, aby byly zaručeny velikosti 8bit a 32bit pro pixely. More...
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | WAS_DEFINED "Bylo definovane (problem)" |
Typedefs | |
typedef unsigned char | uint8_t |
typedef unsigned int | uint32_t |
typedef uint32_t | px_4x8bit |
typedef uint8_t | px_1x8bit |
typedef uint8_t | byte |
Definuje datové typy tak, aby byly zaručeny velikosti 8bit a 32bit pro pixely.
Definition in file typedefs.hpp.
#define WAS_DEFINED "Bylo definovane (problem)" |
Definition at line 19 of file typedefs.hpp.
Definition at line 26 of file typedefs.hpp.
Definition at line 25 of file typedefs.hpp.
Definition at line 24 of file typedefs.hpp.
typedef unsigned int uint32_t |
Definition at line 21 of file typedefs.hpp.
typedef unsigned char uint8_t |
Definition at line 20 of file typedefs.hpp.