Skip to content

File integral_types.h

FileList > framework > port > integral_types.h

Go to the source code of this file

  • #include <sys/types.h>
  • #include <cstdint>

Namespaces

Type Name
namespace mediapipe

Public Types

Type Name
typedef int16_t int16
typedef int32_t int32
typedef int64_t int64
typedef int8_t int8
typedef signed char schar
typedef uint16_t uint16
typedef uint32_t uint32
typedef uint64_t uint64
typedef uint8_t uint8
typedef unsigned long uword_t

Macros

Type Name
define GG_LL_FORMAT "ll"
define GG_LL_FORMAT_W L"ll"
define GG_LONGLONG (x) x##LL
define GG_ULONGLONG (x) x##ULL

Public Types Documentation

typedef int16

typedef int16_t int16;

typedef int32

typedef int32_t int32;

typedef int64

typedef int64_t int64;

typedef int8

typedef int8_t int8;

typedef schar

typedef signed char schar;

typedef uint16

typedef uint16_t uint16;

typedef uint32

typedef uint32_t uint32;

typedef uint64

typedef uint64_t uint64;

typedef uint8

typedef uint8_t uint8;

typedef uword_t

typedef unsigned long uword_t;

Macro Definition Documentation

define GG_LL_FORMAT

#define GG_LL_FORMAT `"ll"`

define GG_LL_FORMAT_W

#define GG_LL_FORMAT_W `L"ll"`

define GG_LONGLONG

#define GG_LONGLONG (
    x
) `x##LL`

define GG_ULONGLONG

#define GG_ULONGLONG (
    x
) `x##ULL`


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/port/integral_types.h