MLIR  22.0.0git
Public Member Functions | Protected Member Functions | List of all members
mlir::StateStackFrame Class Reference

Common CRTP base class for StateStack frames. More...

#include "mlir/Support/StateStack.h"

+ Inheritance diagram for mlir::StateStackFrame:

Public Member Functions

virtual ~StateStackFrame ()=default
 
TypeID getTypeID () const
 

Protected Member Functions

 StateStackFrame (TypeID typeID)
 

Detailed Description

Common CRTP base class for StateStack frames.

Definition at line 25 of file StateStack.h.

Constructor & Destructor Documentation

◆ ~StateStackFrame()

virtual mlir::StateStackFrame::~StateStackFrame ( )
virtualdefault

◆ StateStackFrame()

mlir::StateStackFrame::StateStackFrame ( TypeID  typeID)
inlineexplicitprotected

Definition at line 31 of file StateStack.h.

Member Function Documentation

◆ getTypeID()

TypeID mlir::StateStackFrame::getTypeID ( ) const
inline

Definition at line 28 of file StateStack.h.


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