OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <ast.hpp>
Public Attributes | |
operand | first |
std::list< operation > | rest |
operand client::ast::expression::first |
Definition at line 100 of file ast.hpp.
Referenced by client::code_gen::StackEvaluator::operator()(), and client::code_gen::requirements::operator()().
std::list<operation> client::ast::expression::rest |
Definition at line 101 of file ast.hpp.
Referenced by client::code_gen::StackEvaluator::operator()(), and client::code_gen::requirements::operator()().