MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
pybind11::detail::type_caster< MlirLocation > Struct Reference

Casts object <-> MlirLocation. More...

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

Public Member Functions

 PYBIND11_TYPE_CASTER (MlirLocation, _("MlirLocation"))
 
bool load (handle src, bool)
 

Static Public Member Functions

static handle cast (MlirLocation v, return_value_policy, handle)
 

Detailed Description

Casts object <-> MlirLocation.

Definition at line 159 of file PybindAdaptors.h.

Member Function Documentation

◆ cast()

static handle pybind11::detail::type_caster< MlirLocation >::cast ( MlirLocation  v,
return_value_policy  ,
handle   
)
inlinestatic

◆ load()

bool pybind11::detail::type_caster< MlirLocation >::load ( handle  src,
bool   
)
inline

◆ PYBIND11_TYPE_CASTER()

pybind11::detail::type_caster< MlirLocation >::PYBIND11_TYPE_CASTER ( MlirLocation  ,
_("MlirLocation")   
)

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