MLIR  19.0.0git
Public Member Functions | Friends | List of all members
mlir::pdll::ods::AttributeConstraint Class Reference

This class represents a generic ODS Attribute constraint. More...

#include "mlir/Tools/PDLL/ODS/Constraint.h"

+ Inheritance diagram for mlir::pdll::ods::AttributeConstraint:

Public Member Functions

StringRef getCppClass () const
 Return the name of the underlying c++ class of this constraint. More...
 
- Public Member Functions inherited from mlir::pdll::ods::Constraint
StringRef getName () const
 Return the unique name of this constraint. More...
 
StringRef getDemangledName () const
 Return the demangled name of this constraint. More...
 
StringRef getSummary () const
 Return the summary of this constraint. More...
 

Friends

class Context
 Allow access to the constructor. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::pdll::ods::Constraint
 Constraint (StringRef name, StringRef summary)
 
 Constraint (const Constraint &)=delete
 

Detailed Description

This class represents a generic ODS Attribute constraint.

Definition at line 63 of file Constraint.h.

Member Function Documentation

◆ getCppClass()

StringRef mlir::pdll::ods::AttributeConstraint::getCppClass ( ) const
inline

Return the name of the underlying c++ class of this constraint.

Definition at line 66 of file Constraint.h.

Friends And Related Function Documentation

◆ Context

friend class Context
friend

Allow access to the constructor.

Definition at line 76 of file Constraint.h.


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