MLIR
20.0.0git
|
Concrete base class for CRTP TransformDialectDataBase. More...
#include "mlir/Dialect/Transform/IR/TransformDialect.h"
Public Member Functions | |
virtual | ~TransformDialectDataBase ()=default |
TypeID | getTypeID () const |
Returns the dynamic type ID of the subclass. More... | |
Protected Member Functions | |
TransformDialectDataBase (TypeID typeID, MLIRContext *ctx) | |
Must be called by the subclass with the appropriate type ID. More... | |
MLIRContext * | getContext () const |
Return the MLIR context. More... | |
Concrete base class for CRTP TransformDialectDataBase.
Must not be used directly.
Definition at line 26 of file TransformDialect.h.
|
virtualdefault |
|
inlineexplicitprotected |
Must be called by the subclass with the appropriate type ID.
Definition at line 35 of file TransformDialect.h.
|
inlineprotected |
Return the MLIR context.
Definition at line 39 of file TransformDialect.h.
|
inline |
Returns the dynamic type ID of the subclass.
Definition at line 31 of file TransformDialect.h.