https://mooseframework.inl.gov
Public Attributes | List of all members
Moose::Kokkos::RPNBuilder::Instruction Struct Reference

RPN instruction. More...

#include <KokkosFunctionParser.h>

Public Attributes

Opcode op
 
std::string text
 
unsigned int arg = libMesh::invalid_uint
 

Detailed Description

RPN instruction.

Definition at line 143 of file KokkosFunctionParser.h.

Member Data Documentation

◆ arg

unsigned int Moose::Kokkos::RPNBuilder::Instruction::arg = libMesh::invalid_uint

Definition at line 150 of file KokkosFunctionParser.h.

◆ op

Opcode Moose::Kokkos::RPNBuilder::Instruction::op

Definition at line 146 of file KokkosFunctionParser.h.

◆ text

std::string Moose::Kokkos::RPNBuilder::Instruction::text

Definition at line 148 of file KokkosFunctionParser.h.


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