#include "pt-tm-const.h"
Public Types | |
| typedef std::list< octave_value >::const_iterator | const_iterator |
| typedef std::list< octave_value >::iterator | iterator |
Public Member Functions | |
| tm_row_const ()=delete | |
| tm_row_const (const tm_row_const &)=default | |
| tm_row_const (const tree_argument_list &row, tree_evaluator &tw) | |
| ~tm_row_const ()=default | |
| iterator | begin () |
| const_iterator | begin () const |
| void | cellify () |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| std::size_t | length () const |
| tm_row_const & | operator= (const tm_row_const &)=delete |
Public Member Functions inherited from tm_info | |
| tm_info (bool obj_is_empty) | |
| bool | all_1x1_p () const |
| bool | all_complex_p () const |
| bool | all_dq_strings_p () const |
| bool | all_empty_p () const |
| bool | all_real_p () const |
| bool | all_sq_strings_p () const |
| bool | all_strings_p () const |
| bool | any_cell_p () const |
| bool | any_class_p () const |
| bool | any_sparse_p () const |
| std::string | class_name () const |
| octave_idx_type | cols () const |
| dim_vector | dims () const |
| bool | first_elem_struct_p () const |
| octave_idx_type | rows () const |
| bool | some_strings_p () const |
Additional Inherited Members | |
Protected Attributes inherited from tm_info | |
| bool | m_all_1x1 |
| bool | m_all_complex |
| bool | m_all_dq_strings |
| bool | m_all_empty |
| bool | m_all_real |
| bool | m_all_sq_strings |
| bool | m_all_strings |
| bool | m_any_cell |
| bool | m_any_class |
| bool | m_any_sparse |
| std::string | m_class_name |
| dim_vector | m_dv |
| bool | m_first_elem_is_struct |
| bool | m_some_strings |
Definition at line 145 of file pt-tm-const.h.
| typedef std::list<octave_value>::const_iterator tm_row_const::const_iterator |
Definition at line 150 of file pt-tm-const.h.
| typedef std::list<octave_value>::iterator tm_row_const::iterator |
Definition at line 149 of file pt-tm-const.h.
|
delete |
|
inline |
Definition at line 154 of file pt-tm-const.h.
|
default |
|
default |
|
inline |
Definition at line 166 of file pt-tm-const.h.
|
inline |
Definition at line 167 of file pt-tm-const.h.
| void tm_row_const::cellify | ( | ) |
Definition at line 63 of file pt-tm-const.cc.
References dim_vector::zero_by_zero().
|
inline |
Definition at line 172 of file pt-tm-const.h.
|
inline |
Definition at line 169 of file pt-tm-const.h.
|
inline |
Definition at line 170 of file pt-tm-const.h.
|
inline |
Definition at line 174 of file pt-tm-const.h.
|
delete |