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

Public Types

using pathTy = ::mlir::StringAttr
 
using sym_nameTy = ::mlir::StringAttr
 

Public Member Functions

auto getPath ()
 
void setPath (const ::mlir::StringAttr &propValue)
 
auto getSymName ()
 
void setSymName (const ::mlir::StringAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

pathTy path
 
sym_nameTy sym_name
 

Detailed Description

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

Member Typedef Documentation

◆ pathTy

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

◆ sym_nameTy

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

Member Function Documentation

◆ getPath()

auto llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::getPath ( )
inline

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

◆ getSymName()

auto llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::getSymName ( )
inline

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

◆ operator!=()

bool llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

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

◆ operator==()

bool llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

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

◆ setPath()

void llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::setPath ( const ::mlir::StringAttr & propValue)
inline

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

◆ setSymName()

void llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::setSymName ( const ::mlir::StringAttr & propValue)
inline

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

Member Data Documentation

◆ path

pathTy llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::path

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

◆ sym_name

sym_nameTy llzk::include::detail::IncludeOpGenericAdaptorBase::Properties::sym_name

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


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