MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::PyPrintAccumulator Struct Reference

Accumulates into a python string from a method that accepts an MlirStringCallback. More...

#include "Bindings/Python/PybindUtils.h"

Public Member Functions

void * getUserData ()
 
MlirStringCallback getCallback ()
 
pybind11::str join ()
 

Public Attributes

pybind11::list parts
 

Detailed Description

Accumulates into a python string from a method that accepts an MlirStringCallback.

Definition at line 102 of file PybindUtils.h.

Member Function Documentation

◆ getCallback()

MlirStringCallback mlir::PyPrintAccumulator::getCallback ( )
inline

◆ getUserData()

void* mlir::PyPrintAccumulator::getUserData ( )
inline

◆ join()

pybind11::str mlir::PyPrintAccumulator::join ( )
inline

Member Data Documentation

◆ parts

pybind11::list mlir::PyPrintAccumulator::parts

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