26 #if ! defined (octave_pt_cell_h)
27 #define octave_pt_cell_h 1
29 #include "octave-config.h"
42 class tree_argument_list;
62 bool iscell (
void)
const {
return true; }
tree_cell(const tree_cell &)=delete
tree_expression * dup(symbol_scope &scope) const
tree_cell & operator=(const tree_cell &)=delete
bool rvalue_ok(void) const
void accept(tree_walker &tw)
octave_value evaluate(tree_evaluator &, int nargout=1)
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_cell(tree_argument_list *row=nullptr, int l=-1, int c=-1)
virtual void visit_cell(tree_cell &)
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.