#include "defun.h"#include "ov.h"#include "ovl.h"#include "pt-arg-list.h"#include "pt-eval.h"#include "pt-exp.h"#include "pt-mat.h"#include "pt-tm-const.h"#include "variables.h"#include "ov-cx-mat.h"#include "ov-flt-cx-mat.h"#include "ov-re-sparse.h"#include "ov-cx-sparse.h"
Go to the source code of this file.
Functions | |
| std::string | get_concat_class (const std::string &c1, const std::string &c2) |
| 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 | ||
| ) |
Definition at line 56 of file pt-mat.cc.
References octave_base_value::static_class_name().
Referenced by do_cat(), tm_const::init(), and tm_row_const::init_element().
| void maybe_warn_string_concat | ( | bool | all_dq_strings_p, |
| bool | all_sq_strings_p | ||
| ) |
Definition at line 127 of file pt-mat.cc.
References warning_with_id().
Referenced by tm_const::concat(), and do_cat().