CIRCT  19.0.0git
Public Attributes | List of all members
OMEvaluatorValue Struct Reference

A value type for use in C APIs that just wraps a pointer to an Object. More...

#include <OM.h>

Collaboration diagram for OMEvaluatorValue:
Collaboration graph
[legend]

Public Attributes

void * ptr
 

Detailed Description

A value type for use in C APIs that just wraps a pointer to an Object.

This is in line with the usual MLIR DEFINE_C_API_STRUCT.

Definition at line 75 of file OM.h.

Member Data Documentation

◆ ptr

void* OMEvaluatorValue::ptr

Definition at line 76 of file OM.h.

Referenced by omEvaluatorValueIsNull(), and unwrap().


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