#include "octave-config.h"
#include <string>
Go to the source code of this file.
Functions | |
OCTINTERP_API octave_value | do_class_concat (const octave_value_list &ovl, const std::string &cattype, int dim) |
OCTINTERP_API octave_value do_class_concat | ( | const octave_value_list & | ovl, |
const std::string & | cattype, | ||
int | dim | ||
) |
Definition at line 1740 of file data.cc.
References __get_symbol_table__(), attempt_type_conversion(), octave_value::class_name(), do_single_type_concat_map(), octave_value_list::empty(), error(), feval(), symbol_table::find_method(), get_dispatch_type(), octave_value::is_defined(), octave_value::isempty(), octave_value::isobject(), len, octave_value_list::length(), m, octave_value(), ovl(), and octave_value_list::resize().
Referenced by tm_const::class_concat(), and do_cat().