MLIR  19.0.0git
Public Member Functions | Protected Member Functions | List of all members
mlir::ScopedDiagnosticHandler Class Reference

This diagnostic handler is a simple RAII class that registers and erases a diagnostic handler on a given context. More...

#include "mlir/IR/Diagnostics.h"

+ Inheritance diagram for mlir::ScopedDiagnosticHandler:

Public Member Functions

 ScopedDiagnosticHandler (MLIRContext *ctx)
 
template<typename FuncTy >
 ScopedDiagnosticHandler (MLIRContext *ctx, FuncTy &&handler)
 
 ~ScopedDiagnosticHandler ()
 

Protected Member Functions

template<typename FuncTy >
void setHandler (FuncTy &&handler)
 Set the handler to manage via RAII. More...
 

Detailed Description

This diagnostic handler is a simple RAII class that registers and erases a diagnostic handler on a given context.

This class can be either be used directly, or in conjunction with a derived diagnostic handler.

Definition at line 516 of file Diagnostics.h.

Constructor & Destructor Documentation

◆ ScopedDiagnosticHandler() [1/2]

mlir::ScopedDiagnosticHandler::ScopedDiagnosticHandler ( MLIRContext ctx)
inlineexplicit

Definition at line 518 of file Diagnostics.h.

◆ ScopedDiagnosticHandler() [2/2]

template<typename FuncTy >
mlir::ScopedDiagnosticHandler::ScopedDiagnosticHandler ( MLIRContext ctx,
FuncTy &&  handler 
)
inline

Definition at line 520 of file Diagnostics.h.

References setHandler().

◆ ~ScopedDiagnosticHandler()

ScopedDiagnosticHandler::~ScopedDiagnosticHandler ( )

Definition at line 353 of file Diagnostics.cpp.

Member Function Documentation

◆ setHandler()

template<typename FuncTy >
void mlir::ScopedDiagnosticHandler::setHandler ( FuncTy &&  handler)
inlineprotected

The documentation for this class was generated from the following files: