Traits describing how to obtain the size and bytes of a stream item.

Synopsis

Declared in <llvm/Support/BinaryItemStream.h>

template<typename T>
struct BinaryItemTraits;

Static Member Functions

Name

Description

bytes [deleted]

Return the bytes that make up Item.

length [deleted]

Return the length in bytes of Item.

Specializations

Name

Description

BinaryItemTraits<codeview::CVSymbol>

BinaryItemTraits specialization for CodeView symbol records.

BinaryItemTraits<codeview::CVType>

Traits for treating CodeView type records as binary stream items.

Created with MrDocs