MLIR
21.0.0git
|
RAII object calling stackPush/stackPop on construction/destruction. More...
#include "mlir/Support/StateStack.h"
Public Member Functions | |
template<typename... Args> | |
SaveStateStack (HostClass &host, Args &&...args) | |
~SaveStateStack () | |
RAII object calling stackPush/stackPop on construction/destruction.
HostClass could be a StateStack or some other class which forwards calls to one.
Definition at line 106 of file StateStack.h.
|
inlineexplicit |
Definition at line 108 of file StateStack.h.
|
inline |
Definition at line 111 of file StateStack.h.