HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
inttypes.h File Reference
#include <cinttypes>
#include <cstdint>
#include "pxr/pxr.h"
#include "pxr/base/arch/defines.h"
#include <sys/types.h>
+ Include dependency graph for inttypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __STDC_LIMIT_MACROS
 
#define __STDC_CONSTANT_MACROS
 
#define __STDC_FORMAT_MACROS
 

Variables

PXR_NAMESPACE_OPEN_SCOPE
typedef unsigned char 
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.

Definition in file inttypes.h.

Macro Definition Documentation

#define __STDC_CONSTANT_MACROS

Definition at line 43 of file inttypes.h.

#define __STDC_FORMAT_MACROS

Definition at line 46 of file inttypes.h.

#define __STDC_LIMIT_MACROS

Definition at line 40 of file inttypes.h.

Variable Documentation

PXR_NAMESPACE_OPEN_SCOPE typedef unsigned char uchar

Definition at line 58 of file inttypes.h.