enum class Type

Description

MessagePack types as defined in the standard, with the exception of Integer being divided into a signed Int and unsigned UInt variant in order to map directly to C++ types. The types map onto corresponding union members of the \c Object struct.

Declared at: llvm/include/llvm/BinaryFormat/MsgPackReader.h:48

Enumerators

NameValueComment
Int0
UInt1
Nil2
Boolean3
Float4
String5
Binary6
Array7
Map8
Extension9
Empty10