#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, std::string cattype, int dim) |
OCTINTERP_API octave_value do_class_concat | ( | const octave_value_list & | ovl, |
std::string | cattype, | ||
int | dim | ||
) |
Definition at line 1696 of file data.cc.
References octave::__get_symbol_table__(), attempt_type_conversion(), octave_value::class_name(), do_single_type_concat_map(), octave_value_list::empty(), error(), octave::feval(), octave::symbol_table::find_method(), octave::get_dispatch_type(), octave_value::is_defined(), octave_value::isempty(), octave_value::isobject(), len, octave_value_list::length(), m, octave_value(), ovl(), octave_value_list::resize(), and retval.
Referenced by octave::tm_const::class_concat(), and do_cat().