23 #if !defined (octave_ov_base_scalar_h)
24 #define octave_ov_base_scalar_h 1
64 const std::list<octave_value_list>& idx);
67 const std::list<octave_value_list>& idx,
int)
71 const std::list<octave_value_list>& idx,
75 {
return do_index_op (idx); }
85 int ndims (
void)
const {
return 2; }
93 size_t byte_size (
void)
const {
return sizeof (ST); }
135 void print (std::ostream& os,
bool pr_as_read_syntax =
false)
const;
137 void print_raw (std::ostream& os,
bool pr_as_read_syntax =
false)
const;
139 bool print_name_tag (std::ostream& os,
const std::string& name)
const;
141 void short_disp (std::ostream& os)
const;
151 bool fast_elem_insert_self (
void *where,
builtin_type_t btyp)
const;