LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::component::detail::StructDefOpGenericAdaptorBase::Properties Struct Reference

Public Types

using const_paramsTy = ::mlir::ArrayAttr
 
using sym_nameTy = ::mlir::StringAttr
 

Public Member Functions

auto getConstParams ()
 
void setConstParams (const ::mlir::ArrayAttr &propValue)
 
auto getSymName ()
 
void setSymName (const ::mlir::StringAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

const_paramsTy const_params
 
sym_nameTy sym_name
 

Detailed Description

Definition at line 798 of file Ops.h.inc.

Member Typedef Documentation

◆ const_paramsTy

◆ sym_nameTy

Member Function Documentation

◆ getConstParams()

auto llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::getConstParams ( )
inline

Definition at line 802 of file Ops.h.inc.

◆ getSymName()

auto llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::getSymName ( )
inline

Definition at line 812 of file Ops.h.inc.

◆ operator!=()

bool llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

Definition at line 825 of file Ops.h.inc.

◆ operator==()

bool llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

Definition at line 819 of file Ops.h.inc.

◆ setConstParams()

void llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::setConstParams ( const ::mlir::ArrayAttr & propValue)
inline

Definition at line 806 of file Ops.h.inc.

◆ setSymName()

void llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::setSymName ( const ::mlir::StringAttr & propValue)
inline

Definition at line 816 of file Ops.h.inc.

Member Data Documentation

◆ const_params

const_paramsTy llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::const_params

Definition at line 800 of file Ops.h.inc.

◆ sym_name

sym_nameTy llzk::component::detail::StructDefOpGenericAdaptorBase::Properties::sym_name

Definition at line 810 of file Ops.h.inc.


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