#include "pt-tm-const.h"
Public Member Functions | |
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 |
Protected Attributes | |
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 67 of file pt-tm-const.h.
|
inline |
Definition at line 71 of file pt-tm-const.h.
|
inline |
Definition at line 95 of file pt-tm-const.h.
References m_all_1x1.
|
inline |
Definition at line 90 of file pt-tm-const.h.
References m_all_complex.
|
inline |
Definition at line 87 of file pt-tm-const.h.
References m_all_dq_strings.
|
inline |
Definition at line 91 of file pt-tm-const.h.
References m_all_empty.
|
inline |
Definition at line 89 of file pt-tm-const.h.
References m_all_real.
|
inline |
Definition at line 86 of file pt-tm-const.h.
References m_all_sq_strings.
|
inline |
Definition at line 85 of file pt-tm-const.h.
References m_all_strings.
|
inline |
Definition at line 92 of file pt-tm-const.h.
References m_any_cell.
|
inline |
Definition at line 94 of file pt-tm-const.h.
References m_any_class.
|
inline |
Definition at line 93 of file pt-tm-const.h.
References m_any_sparse.
|
inline |
Definition at line 98 of file pt-tm-const.h.
References m_class_name.
|
inline |
Definition at line 83 of file pt-tm-const.h.
References m_dv.
|
inline |
Definition at line 80 of file pt-tm-const.h.
References m_dv.
|
inline |
Definition at line 96 of file pt-tm-const.h.
References m_first_elem_is_struct.
|
inline |
Definition at line 82 of file pt-tm-const.h.
References m_dv.
|
inline |
Definition at line 88 of file pt-tm-const.h.
References m_some_strings.
|
protected |
Definition at line 136 of file pt-tm-const.h.
Referenced by all_1x1_p(), and tm_const::concat().
|
protected |
Definition at line 121 of file pt-tm-const.h.
Referenced by all_complex_p().
|
protected |
Definition at line 112 of file pt-tm-const.h.
Referenced by all_dq_strings_p(), and tm_const::concat().
|
protected |
Definition at line 124 of file pt-tm-const.h.
Referenced by all_empty_p().
|
protected |
Definition at line 118 of file pt-tm-const.h.
Referenced by all_real_p(), and tm_const::concat().
|
protected |
Definition at line 109 of file pt-tm-const.h.
Referenced by all_sq_strings_p(), and tm_const::concat().
|
protected |
Definition at line 106 of file pt-tm-const.h.
Referenced by all_strings_p(), and tm_const::concat().
|
protected |
Definition at line 127 of file pt-tm-const.h.
Referenced by any_cell_p().
|
protected |
Definition at line 133 of file pt-tm-const.h.
Referenced by any_class_p(), and tm_const::concat().
|
protected |
Definition at line 130 of file pt-tm-const.h.
Referenced by any_sparse_p(), and tm_const::concat().
|
protected |
Definition at line 142 of file pt-tm-const.h.
Referenced by class_name(), and tm_const::concat().
|
protected |
Definition at line 103 of file pt-tm-const.h.
|
protected |
Definition at line 139 of file pt-tm-const.h.
Referenced by first_elem_struct_p().
|
protected |
Definition at line 115 of file pt-tm-const.h.
Referenced by some_strings_p().