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