#include "pt-tm-const.h"
Public Types | |
typedef std::list< tm_row_const >::const_iterator | const_iterator |
typedef std::list< tm_row_const >::iterator | iterator |
Public Member Functions | |
tm_const ()=delete | |
tm_const (const tree_matrix &tm, tree_evaluator &tw) | |
~tm_const ()=default | |
octave_value | concat (char string_fill_char) const |
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 187 of file pt-tm-const.h.
typedef std::list<tm_row_const>::const_iterator tm_const::const_iterator |
Definition at line 192 of file pt-tm-const.h.
typedef std::list<tm_row_const>::iterator tm_const::iterator |
Definition at line 191 of file pt-tm-const.h.
|
delete |
|
inline |
Definition at line 196 of file pt-tm-const.h.
|
default |
octave_value tm_const::concat | ( | char | string_fill_char | ) | const |
Definition at line 228 of file pt-tm-const.cc.
References tm_info::m_all_1x1, tm_info::m_all_dq_strings, tm_info::m_all_real, tm_info::m_all_sq_strings, tm_info::m_all_strings, tm_info::m_any_class, tm_info::m_any_sparse, tm_info::m_class_name, maybe_warn_string_concat(), and warn_implicit_conversion().
Referenced by tree_matrix::evaluate().