GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tm_info Class Reference

#include "pt-tm-const.h"

Inheritance diagram for octave::tm_info:
Collaboration diagram for octave::tm_info:

Public Member Functions

 tm_info (bool obj_is_empty)
 
bool all_1x1_p (void) const
 
bool all_complex_p (void) const
 
bool all_dq_strings_p (void) const
 
bool all_empty_p (void) const
 
bool all_real_p (void) const
 
bool all_sq_strings_p (void) const
 
bool all_strings_p (void) const
 
bool any_cell_p (void) const
 
bool any_class_p (void) const
 
bool any_sparse_p (void) const
 
std::string class_name (void) const
 
octave_idx_type cols (void) const
 
dim_vector dims (void) const
 
bool first_elem_struct_p (void) const
 
octave_idx_type rows (void) const
 
bool some_strings_p (void) 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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tm_info()

octave::tm_info::tm_info ( bool  obj_is_empty)
inline

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

Member Function Documentation

◆ all_1x1_p()

bool octave::tm_info::all_1x1_p ( void  ) const
inline

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

References m_all_1x1.

Referenced by octave::tm_const::array_concat(), and octave::tm_const::init().

◆ all_complex_p()

bool octave::tm_info::all_complex_p ( void  ) const
inline

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

References m_all_complex.

Referenced by octave::tm_const::init().

◆ all_dq_strings_p()

bool octave::tm_info::all_dq_strings_p ( void  ) const
inline

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

References m_all_dq_strings.

Referenced by octave::tm_const::init().

◆ all_empty_p()

bool octave::tm_info::all_empty_p ( void  ) const
inline

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

References m_all_empty.

Referenced by octave::tm_const::init().

◆ all_real_p()

bool octave::tm_info::all_real_p ( void  ) const
inline

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

References m_all_real.

Referenced by octave::tm_const::init().

◆ all_sq_strings_p()

bool octave::tm_info::all_sq_strings_p ( void  ) const
inline

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

References m_all_sq_strings.

Referenced by octave::tm_const::init().

◆ all_strings_p()

bool octave::tm_info::all_strings_p ( void  ) const
inline

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

References m_all_strings.

Referenced by octave::tm_const::init().

◆ any_cell_p()

bool octave::tm_info::any_cell_p ( void  ) const
inline

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

References m_any_cell.

Referenced by octave::tm_const::init().

◆ any_class_p()

bool octave::tm_info::any_class_p ( void  ) const
inline

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

References m_any_class.

Referenced by octave::tm_const::init().

◆ any_sparse_p()

bool octave::tm_info::any_sparse_p ( void  ) const
inline

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

References m_any_sparse.

Referenced by octave::tm_const::init().

◆ class_name()

std::string octave::tm_info::class_name ( void  ) const
inline

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

References m_class_name.

◆ cols()

octave_idx_type octave::tm_info::cols ( void  ) const
inline

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

References m_dv.

Referenced by octave::tm_const::init().

◆ dims()

dim_vector octave::tm_info::dims ( void  ) const
inline

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

References m_dv.

◆ first_elem_struct_p()

bool octave::tm_info::first_elem_struct_p ( void  ) const
inline

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

References m_first_elem_is_struct.

Referenced by octave::tm_const::init().

◆ rows()

octave_idx_type octave::tm_info::rows ( void  ) const
inline

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

References m_dv.

Referenced by octave::tm_const::class_concat().

◆ some_strings_p()

bool octave::tm_info::some_strings_p ( void  ) const
inline

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

References m_some_strings.

Referenced by octave::tm_const::init().

Member Data Documentation

◆ m_all_1x1

bool octave::tm_info::m_all_1x1
protected

◆ m_all_complex

bool octave::tm_info::m_all_complex
protected

◆ m_all_dq_strings

bool octave::tm_info::m_all_dq_strings
protected

◆ m_all_empty

bool octave::tm_info::m_all_empty
protected

◆ m_all_real

bool octave::tm_info::m_all_real
protected

◆ m_all_sq_strings

bool octave::tm_info::m_all_sq_strings
protected

◆ m_all_strings

bool octave::tm_info::m_all_strings
protected

◆ m_any_cell

bool octave::tm_info::m_any_cell
protected

◆ m_any_class

bool octave::tm_info::m_any_class
protected

◆ m_any_sparse

bool octave::tm_info::m_any_sparse
protected

◆ m_class_name

std::string octave::tm_info::m_class_name
protected

◆ m_dv

◆ m_first_elem_is_struct

bool octave::tm_info::m_first_elem_is_struct
protected

◆ m_some_strings

bool octave::tm_info::m_some_strings
protected

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