Definition at line 58 of file pt-mat.cc.
tm_row_const::tm_row_const | ( | const tree_argument_list & | row | ) | [inline] |
tm_row_const::tm_row_const | ( | const tm_row_const & | x | ) | [inline] |
bool tm_row_const::all_1x1_p | ( | void | ) | const [inline] |
Definition at line 181 of file pt-mat.cc.
Referenced by tm_const::init(), and single_type_concat().
bool tm_row_const::all_complex_p | ( | void | ) | const [inline] |
Definition at line 176 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::all_dq_strings_p | ( | void | ) | const [inline] |
Definition at line 173 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::all_empty_p | ( | void | ) | const [inline] |
Definition at line 177 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::all_real_p | ( | void | ) | const [inline] |
Definition at line 175 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::all_sq_strings_p | ( | void | ) | const [inline] |
Definition at line 172 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::all_strings_p | ( | void | ) | const [inline] |
Definition at line 171 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::any_cell_p | ( | void | ) | const [inline] |
Definition at line 178 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::any_class_p | ( | void | ) | const [inline] |
Definition at line 180 of file pt-mat.cc.
Referenced by tm_const::init().
bool tm_row_const::any_sparse_p | ( | void | ) | const [inline] |
Definition at line 179 of file pt-mat.cc.
Referenced by tm_const::init().
iterator tm_row_const::begin | ( | void | ) | [inline] |
Definition at line 190 of file pt-mat.cc.
Referenced by do_class_concat(), tree_matrix::rvalue1(), and single_type_concat().
const_iterator tm_row_const::begin | ( | void | ) | const [inline] |
std::string tm_row_const::class_name | ( | void | ) | const [inline] |
Definition at line 184 of file pt-mat.cc.
Referenced by tm_const::init().
octave_idx_type tm_row_const::cols | ( | void | ) | [inline] |
Definition at line 163 of file pt-mat.cc.
Referenced by tm_const::init().
dim_vector tm_row_const::dims | ( | void | ) | [inline] |
Definition at line 169 of file pt-mat.cc.
Referenced by tm_const::init(), and single_type_concat().
bool tm_row_const::empty | ( | void | ) | const [inline] |
Definition at line 165 of file pt-mat.cc.
Referenced by tm_const::init().
const_iterator tm_row_const::end | ( | void | ) | const [inline] |
iterator tm_row_const::end | ( | void | ) | [inline] |
Definition at line 193 of file pt-mat.cc.
Referenced by do_class_concat(), tree_matrix::rvalue1(), and single_type_concat().
bool tm_row_const::first_elem_struct_p | ( | void | ) | const [inline] |
Definition at line 182 of file pt-mat.cc.
Referenced by tm_const::init().
size_t tm_row_const::length | ( | void | ) | const [inline] |
Definition at line 167 of file pt-mat.cc.
Referenced by do_class_concat(), and single_type_concat().
tm_row_const& tm_row_const::operator= | ( | const tm_row_const & | x | ) | [inline] |
Definition at line 140 of file pt-mat.cc.
References tm_row_const::tm_row_const_rep::count, and rep.
octave_idx_type tm_row_const::rows | ( | void | ) | [inline] |
Definition at line 162 of file pt-mat.cc.
Referenced by tm_const::init(), tree_matrix::rvalue1(), and single_type_concat().
bool tm_row_const::some_strings_p | ( | void | ) | const [inline] |
Definition at line 174 of file pt-mat.cc.
Referenced by tm_const::init().
tm_row_const_rep* tm_row_const::rep [private] |
Definition at line 198 of file pt-mat.cc.
Referenced by operator=().