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

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

Public Member Functions

 PyOpOperandIterator (MlirOpOperand opOperand)
PyOpOperandIteratordunderIter ()
PyOpOperand dunderNext ()

Static Public Member Functions

static void bind (nanobind::module_ &m)

Detailed Description

Definition at line 1505 of file IRCore.h.

Constructor & Destructor Documentation

◆ PyOpOperandIterator()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperandIterator::PyOpOperandIterator ( MlirOpOperand opOperand)
inline

Definition at line 1507 of file IRCore.h.

Referenced by dunderIter().

Member Function Documentation

◆ bind()

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

◆ dunderIter()

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

Definition at line 1509 of file IRCore.h.

References PyOpOperandIterator().

◆ dunderNext()

PyOpOperand mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperandIterator::dunderNext ( )

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