GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tm_const Class Reference

#include "pt-tm-const.h"

Inheritance diagram for tm_const:
tm_info

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
 

Detailed Description

Definition at line 187 of file pt-tm-const.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 192 of file pt-tm-const.h.

◆ iterator

Definition at line 191 of file pt-tm-const.h.

Constructor & Destructor Documentation

◆ tm_const() [1/2]

tm_const::tm_const ( )
delete

◆ tm_const() [2/2]

tm_const::tm_const ( const tree_matrix tm,
tree_evaluator tw 
)
inline

Definition at line 196 of file pt-tm-const.h.

◆ ~tm_const()

tm_const::~tm_const ( )
default

Member Function Documentation

◆ concat()


The documentation for this class was generated from the following files: