libqi-api  2.1.4.13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Typedefs
types.hpp File Reference
#include <stdint.h>

Go to the source code of this file.

Namespaces

 qi
 qi general namespace
 

Macros

#define _QI_TYPES_HPP_
 

Typedefs

typedef int8_t qi::int8_t
 Cross-platform signed integer of length 8 bits (1 byte). More...
 
typedef int16_t qi::int16_t
 Cross-platform signed integer of length 16 bits (2 bytes). More...
 
typedef int32_t qi::int32_t
 Cross-platform signed integer of length 32 bits (4 bytes). More...
 
typedef int64_t qi::int64_t
 Cross-platform signed integer of length 64 bits (8 bytes). More...
 
typedef uint8_t qi::uint8_t
 Cross-platform unsigned integer of length 8 bits (1 byte). More...
 
typedef uint16_t qi::uint16_t
 Cross-platform unsigned integer of length 16 bits (2 bytes). More...
 
typedef uint32_t qi::uint32_t
 Cross-platform unsigned integer of length 32 bits (4 bytes). More...
 
typedef uint64_t qi::uint64_t
 Cross-platform unsigned integer of length 64 bits (8 bytes). More...
 

Macro Definition Documentation

#define _QI_TYPES_HPP_

Definition at line 10 of file types.hpp.