MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationIterator Class Reference

#include "mlir/Bindings/Python/IRCore.h"

Public Member Functions

 PyOperationIterator (PyOperationRef parentOperation, MlirOperation next)
PyOperationIteratordunderIter ()
nanobind::typed< nanobind::object, PyOpViewdunderNext ()

Static Public Member Functions

static void bind (nanobind::module_ &m)

Detailed Description

Definition at line 1453 of file IRCore.h.

Constructor & Destructor Documentation

◆ PyOperationIterator()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationIterator::PyOperationIterator ( PyOperationRef parentOperation,
MlirOperation next )
inline

Definition at line 1455 of file IRCore.h.

Referenced by dunderIter().

Member Function Documentation

◆ bind()

void mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationIterator::bind ( nanobind::module_ & m)
static

◆ dunderIter()

PyOperationIterator & mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationIterator::dunderIter ( )
inline

Definition at line 1458 of file IRCore.h.

References PyOperationIterator().

◆ dunderNext()

nb::typed< nb::object, PyOpView > mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationIterator::dunderNext ( )

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