23 #if !defined (octave_pt_colon_h)
24 #define octave_tree_colon 1
46 op_increment (0), save_base (false) { }
50 op_increment (0), save_base (false) { }
55 op_increment (inc), save_base (false) { }
66 bool has_magic_end (
void)
const
68 return ((op_base && op_base->has_magic_end ())
69 || (op_limit && op_limit->has_magic_end ())
70 || (op_increment && op_increment->has_magic_end ()));
91 int line (
void)
const;
92 int column (
void)
const;
109 make_range (
const Matrix& m_base,
const Matrix& m_limit,
110 const Matrix& m_increment,
bool result_is_str,