class WindowsManifestError

Declaration

class WindowsManifestError : public ErrorInfo { /* full declaration omitted */ };

Description

Base class for user error types. Users should declare their error types like: class MyError : public ErrorInfo <MyError > { .... }; This class provides an implementation of the ErrorInfoBase::kind method, which is used by the Error RTTI system.

Declared at: llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h:39

Inherits from: ErrorInfo

Member Variables

private std::string Msg
public static char ID

Method Overview

Methods

WindowsManifestError(const llvm::Twine& Msg)

Declared at: llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h:42

Parameters

const llvm::Twine& Msg

void log(llvm::raw_ostream& OS) const

Description

Print an error message to an output stream.

Declared at: llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h:43

Parameters

llvm::raw_ostream& OS