Pixar Arch
Loading...
Searching...
No Matches
inttypes.h File Reference

Define integral types. More...

#include <cinttypes>
#include <cstdint>
#include "./defines.h"
#include <sys/types.h>

Go to the source code of this file.

Namespaces

namespace  pxr
 

Macros

#define __STDC_LIMIT_MACROS
 
#define __STDC_CONSTANT_MACROS
 
#define __STDC_FORMAT_MACROS
 

Typedefs

typedef unsigned char pxr::uchar
 

Detailed Description

Define integral types.

By including this file, the "standard" integer types int16_t, int32_t, and int64_t are all defined, as are their unsigned counterparts uint16_t, uint32_t, and uint64_t. This also includes the macros for limits, constants, and printf format specifiers.

Macro Definition Documentation

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS