LLVM: llvm::MinidumpYAML::detail::ListStream< EntryT > Struct Template Reference (original) (raw)

A stream representing a list of abstract entries in a minidump stream. More...

#include "[llvm/ObjectYAML/MinidumpYAML.h](MinidumpYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MinidumpYAML::detail::ListStream< EntryT >:

Static Public Member Functions
static bool classof (const Stream *S)
Static Public Member Functions inherited from llvm::MinidumpYAML::Stream
static StreamKind getKind (minidump::StreamType Type)
Get the stream Kind used for representing streams of a given Type.
static std::unique_ptr< Stream > create (minidump::StreamType Type)
Create an empty stream of the given Type.
static Expected< std::unique_ptr< Stream > > create (const minidump::Directory &StreamDesc, const object::MinidumpFile &File)
Create a stream from the given stream directory entry.

Detailed Description

template
struct llvm::MinidumpYAML::detail::ListStream< EntryT >

A stream representing a list of abstract entries in a minidump stream.

Its instantiations can be used to represent the ModuleList stream and other streams with a similar structure.

Definition at line 62 of file MinidumpYAML.h.

Member Typedef Documentation

entry_type

template

Constructor & Destructor Documentation

template

Member Function Documentation

classof()

template

Member Data Documentation

Entries

template


The documentation for this struct was generated from the following file: