GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iosfwd>
#include "base-list.h"
#include "pt-array-list.h"
#include "pt-exp.h"
#include "symtab.h"
Go to the source code of this file.
Classes | |
class | tree_matrix |
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) |
Variables | |
char | Vstring_fill_char |
std::string get_concat_class | ( | const std::string & | c1, |
const std::string & | c2 | ||
) |
Definition at line 202 of file pt-mat.cc.
References c1, and octave_base_value::static_class_name().
Referenced by do_cat(), tm_row_const::tm_row_const_rep::do_init_element(), and tm_const::init().
Definition at line 674 of file pt-mat.cc.
References warning_with_id().
Referenced by do_cat(), and tree_matrix::rvalue1().