24 #if !defined (octave_Cell_h)
25 #define octave_Cell_h 1
64 Cell (
const std::list<std::string>& lst);
73 bool is_cellstr (
void)
const;
142 Cell map (ctype_mapper)
const;
147 {
return v.cell_value (); }
boolMatrix all(int=0) const
Cell xtolower(void) const
Cell xispunct(void) const
octave_value resize_fill_value(void) const
Cell xisxdigit(void) const
Cell xisupper(void) const
const octave_base_value const Array< octave_idx_type > & ra_idx
Cell reshape(const dim_vector &new_dims) const
octave_value xisalpha(void) const
Cell(const dim_vector &dv, const octave_value &val=Matrix())
Cell xisgraph(void) const
Cell xisspace(void) const
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
octave_value xisprint(void) const
octave_value xtoascii(void) const
octave_value xisxdigit(void) const
boolMatrix any(int=0) const
Cell xisprint(void) const
Cell(const Array< octave_value > &c)
octave_value xispunct(void) const
octave_value xtolower(void) const
octave_value xisalnum(void) const
Cell(octave_idx_type n, octave_idx_type m, const octave_value &val=Matrix())
octave_value xisupper(void) const
octave_value xisspace(void) const
bool any_element_is_nan(void) const
Cell(const Array< octave_value > &c, octave_idx_type nr, octave_idx_type nc)
octave_value xiscntrl(void) const
Cell xisalnum(void) const
Cell octave_value_extract< Cell >(const octave_value &v)
Cell xtoupper(void) const
octave_value xtoupper(void) const
Cell xiscntrl(void) const
octave_value xisascii(void) const
octave_value_list ovl(const octave_value &a0)
Cell xisascii(void) const
octave_value xisgraph(void) const
Cell xisalpha(void) const
Array< T > reshape(octave_idx_type nr, octave_idx_type nc) const
Cell xisdigit(void) const
Cell(const octave_value &val)
octave_value xisdigit(void) const
Cell xislower(void) const
octave_value xislower(void) const
Cell xtoascii(void) const
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))