MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::PDLLViewOutputResult Struct Reference

Represents the result of viewing the output of a PDLL file. More...

#include "Tools/mlir-pdll-lsp-server/Protocol.h"

Public Attributes

std::string output
 The string representation of the output. More...
 

Detailed Description

Represents the result of viewing the output of a PDLL file.

Definition at line 58 of file Protocol.h.

Member Data Documentation

◆ output

std::string mlir::lsp::PDLLViewOutputResult::output

The string representation of the output.

Definition at line 60 of file Protocol.h.

Referenced by mlir::lsp::toJSON().


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