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

Public Types

using arg_attrsTy = ::mlir::ArrayAttr
 
using function_typeTy = ::mlir::TypeAttr
 
using res_attrsTy = ::mlir::ArrayAttr
 
using sym_nameTy = ::mlir::StringAttr
 

Public Member Functions

auto getArgAttrs ()
 
void setArgAttrs (const ::mlir::ArrayAttr &propValue)
 
auto getFunctionType ()
 
void setFunctionType (const ::mlir::TypeAttr &propValue)
 
auto getResAttrs ()
 
void setResAttrs (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

arg_attrsTy arg_attrs
 
function_typeTy function_type
 
res_attrsTy res_attrs
 
sym_nameTy sym_name
 

Detailed Description

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

Member Typedef Documentation

◆ arg_attrsTy

◆ function_typeTy

◆ res_attrsTy

◆ sym_nameTy

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

Member Function Documentation

◆ getArgAttrs()

auto llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::getArgAttrs ( )
inline

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

◆ getFunctionType()

auto llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::getFunctionType ( )
inline

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

◆ getResAttrs()

auto llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::getResAttrs ( )
inline

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

◆ getSymName()

auto llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::getSymName ( )
inline

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

◆ operator!=()

bool llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

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

◆ operator==()

bool llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

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

◆ setArgAttrs()

void llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::setArgAttrs ( const ::mlir::ArrayAttr & propValue)
inline

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

◆ setFunctionType()

void llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::setFunctionType ( const ::mlir::TypeAttr & propValue)
inline

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

◆ setResAttrs()

void llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::setResAttrs ( const ::mlir::ArrayAttr & propValue)
inline

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

◆ setSymName()

void llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::setSymName ( const ::mlir::StringAttr & propValue)
inline

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

Member Data Documentation

◆ arg_attrs

arg_attrsTy llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::arg_attrs

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

◆ function_type

function_typeTy llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::function_type

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

◆ res_attrs

res_attrsTy llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::res_attrs

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

◆ sym_name

sym_nameTy llzk::function::detail::FuncDefOpGenericAdaptorBase::Properties::sym_name

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


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