Navigation

Operators and Keywords

Function List:

C++ API

tm_const Class Reference

Inherits octave_base_list< tm_row_const >.

Collaboration diagram for tm_const:

List of all members.


Public Member Functions

 tm_const (const tree_matrix &tm)
 ~tm_const (void)
octave_idx_type rows (void) const
octave_idx_type cols (void) const
dim_vector dims (void) const
bool all_strings_p (void) const
bool all_sq_strings_p (void) const
bool all_dq_strings_p (void) const
bool some_strings_p (void) const
bool all_real_p (void) const
bool all_complex_p (void) const
bool all_empty_p (void) const
bool any_sparse_p (void) const
bool any_class_p (void) const
std::string class_name (void) const
 operator bool () const

Constructor & Destructor Documentation

tm_const::tm_const ( const tree_matrix tm  )  [inline]

tm_const::~tm_const ( void   )  [inline]


Member Function Documentation

bool tm_const::all_complex_p ( void   )  const [inline]

bool tm_const::all_dq_strings_p ( void   )  const [inline]

bool tm_const::all_empty_p ( void   )  const [inline]

bool tm_const::all_real_p ( void   )  const [inline]

bool tm_const::all_sq_strings_p ( void   )  const [inline]

bool tm_const::all_strings_p ( void   )  const [inline]

bool tm_const::any_class_p ( void   )  const [inline]

bool tm_const::any_sparse_p ( void   )  const [inline]

std::string tm_const::class_name ( void   )  const [inline]

octave_idx_type tm_const::cols ( void   )  const [inline]

dim_vector tm_const::dims ( void   )  const [inline]

tm_const::operator bool ( void   )  const [inline]

octave_idx_type tm_const::rows ( void   )  const [inline]

bool tm_const::some_strings_p ( void   )  const [inline]


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