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

Public Types

using valueTy = ::mlir::StringAttr
 

Public Member Functions

auto getValue ()
 
void setValue (const ::mlir::StringAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

valueTy value
 

Detailed Description

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

Member Typedef Documentation

◆ valueTy

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

Member Function Documentation

◆ getValue()

auto llzk::string::detail::LitStringOpGenericAdaptorBase::Properties::getValue ( )
inline

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

◆ operator!=()

bool llzk::string::detail::LitStringOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

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

◆ operator==()

bool llzk::string::detail::LitStringOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

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

◆ setValue()

void llzk::string::detail::LitStringOpGenericAdaptorBase::Properties::setValue ( const ::mlir::StringAttr & propValue)
inline

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

Member Data Documentation

◆ value

valueTy llzk::string::detail::LitStringOpGenericAdaptorBase::Properties::value

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


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