struct Object

Declaration

struct Object { /* full declaration omitted */ };

Description

MessagePack object, represented as a tagged union of C++ types. All types except \c Type::Nil (which has only one value, and so is completely represented by the \c Kind itself) map to a exactly one union member.

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

Member Variables

public llvm::msgpack::Type Kind
public anonymous struct / union

Method Overview

Methods

ΒΆObject()

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