26#if ! defined (octave_pt_mat_h)
27#define octave_pt_mat_h 1
29#include "octave-config.h"
70 return ovl (evaluate (tw, nargout));
79extern OCTINTERP_API std::string
82extern OCTINTERP_API
void
85OCTAVE_END_NAMESPACE(octave)
tree_expression * dup(symbol_scope &scope) const
virtual octave_value evaluate(tree_evaluator &tw, int nargout=1)=0
void accept(tree_walker &tw)
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_matrix(tree_argument_list *row=nullptr)
virtual void visit_matrix(tree_matrix &)
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.
void maybe_warn_string_concat(bool all_dq_strings_p, bool all_sq_strings_p)
std::string get_concat_class(const std::string &c1, const std::string &c2)