|
libqi-api
2.1.0.18
|
#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | qi |
qi general namespace | |
Typedefs | |
| typedef int8_t | qi::int8_t |
| Cross-platform signed integer of length 8 bits (1 byte). | |
| typedef int16_t | qi::int16_t |
| Cross-platform signed integer of length 16 bits (2 bytes). | |
| typedef int32_t | qi::int32_t |
| Cross-platform signed integer of length 32 bits (4 bytes). | |
| typedef int64_t | qi::int64_t |
| Cross-platform signed integer of length 64 bits (8 bytes). | |
| typedef uint8_t | qi::uint8_t |
| Cross-platform unsigned integer of length 8 bits (1 byte). | |
| typedef uint16_t | qi::uint16_t |
| Cross-platform unsigned integer of length 16 bits (2 bytes). | |
| typedef uint32_t | qi::uint32_t |
| Cross-platform unsigned integer of length 32 bits (4 bytes). | |
| typedef uint64_t | qi::uint64_t |
| Cross-platform unsigned integer of length 64 bits (8 bytes). | |