Public Types | Public Member Functions | Private Member Functions | Private Attributes

tm_const Class Reference

Inheritance diagram for tm_const:
Inheritance graph
[legend]
Collaboration diagram for tm_const:
Collaboration graph
[legend]

List of all members.

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 (const tree_matrix &tm)
 ~tm_const (void)
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
void append (const tm_row_const &s)
const tm_row_constback (void) const
tm_row_constback (void)
iterator begin (void)
const_iterator begin (void) const
std::string class_name (void) const
void clear (void)
octave_idx_type cols (void) const
dim_vector dims (void) const
bool empty (void) const
iterator end (void)
const_iterator end (void) const
iterator erase (iterator pos)
const tm_row_constfront (void) const
tm_row_constfront (void)
size_t length (void) const
 operator bool () const
void pop_back (void)
void pop_front (void)
void push_back (const tm_row_const &s)
void push_front (const tm_row_const &s)
void remove_if (P pred)
octave_idx_type rows (void) const
size_t size (void) const
bool some_strings_p (void) const

Private Member Functions

 tm_const (void)
 tm_const (const tm_const &)
void init (const tree_matrix &tm)
tm_constoperator= (const tm_const &)

Private Attributes

bool all_1x1
bool all_cmplx
bool all_dq_str
bool all_mt
bool all_real
bool all_sq_str
bool all_str
bool any_cell
bool any_class
bool any_sparse
std::string class_nm
dim_vector dv
bool ok
bool some_str

Detailed Description

Definition at line 462 of file pt-mat.cc.


Member Typedef Documentation

Definition at line 35 of file base-list.h.

typedef std::list<tm_row_const >::iterator octave_base_list< tm_row_const >::iterator [inherited]

Definition at line 34 of file base-list.h.


Constructor & Destructor Documentation

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

Definition at line 467 of file pt-mat.cc.

tm_const::~tm_const ( void   )  [inline]

Definition at line 474 of file pt-mat.cc.

tm_const::tm_const ( void   )  [private]
tm_const::tm_const ( const tm_const  )  [private]

Member Function Documentation

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

Definition at line 491 of file pt-mat.cc.

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

Definition at line 486 of file pt-mat.cc.

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

Definition at line 483 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

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

Definition at line 487 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

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

Definition at line 485 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

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

Definition at line 482 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

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

Definition at line 481 of file pt-mat.cc.

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

Definition at line 488 of file pt-mat.cc.

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

Definition at line 490 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

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

Definition at line 489 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

void octave_base_list< tm_row_const >::append ( const tm_row_const s  )  [inline, inherited]

Definition at line 88 of file base-list.h.

Referenced by init().

const tm_row_const & octave_base_list< tm_row_const >::back ( void   )  const [inline, inherited]

Definition at line 79 of file base-list.h.

tm_row_const & octave_base_list< tm_row_const >::back ( void   )  [inline, inherited]

Definition at line 76 of file base-list.h.

iterator octave_base_list< tm_row_const >::begin ( void   )  [inline, inherited]

Definition at line 69 of file base-list.h.

Referenced by init().

const_iterator octave_base_list< tm_row_const >::begin ( void   )  const [inline, inherited]

Definition at line 70 of file base-list.h.

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

Definition at line 493 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

void octave_base_list< tm_row_const >::clear ( void   )  [inline, inherited]

Definition at line 67 of file base-list.h.

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

Definition at line 477 of file pt-mat.cc.

Referenced by init().

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

Definition at line 479 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().

bool octave_base_list< tm_row_const >::empty ( void   )  const [inline, inherited]

Definition at line 37 of file base-list.h.

iterator octave_base_list< tm_row_const >::end ( void   )  [inline, inherited]

Definition at line 72 of file base-list.h.

Referenced by init().

const_iterator octave_base_list< tm_row_const >::end ( void   )  const [inline, inherited]

Definition at line 73 of file base-list.h.

iterator octave_base_list< tm_row_const >::erase ( iterator  pos  )  [inline, inherited]

Definition at line 42 of file base-list.h.

const tm_row_const & octave_base_list< tm_row_const >::front ( void   )  const [inline, inherited]

Definition at line 78 of file base-list.h.

tm_row_const & octave_base_list< tm_row_const >::front ( void   )  [inline, inherited]

Definition at line 75 of file base-list.h.

void tm_const::init ( const tree_matrix tm  )  [private]
size_t octave_base_list< tm_row_const >::length ( void   )  const [inline, inherited]

Definition at line 40 of file base-list.h.

tm_const::operator bool (  )  const [inline]

Definition at line 495 of file pt-mat.cc.

tm_const& tm_const::operator= ( const tm_const  )  [private]
void octave_base_list< tm_row_const >::pop_back ( void   )  [inline, inherited]

Definition at line 85 of file base-list.h.

void octave_base_list< tm_row_const >::pop_front ( void   )  [inline, inherited]

Definition at line 84 of file base-list.h.

void octave_base_list< tm_row_const >::push_back ( const tm_row_const s  )  [inline, inherited]

Definition at line 82 of file base-list.h.

void octave_base_list< tm_row_const >::push_front ( const tm_row_const s  )  [inline, inherited]

Definition at line 81 of file base-list.h.

void octave_base_list< tm_row_const >::remove_if ( pred  )  [inline, inherited]

Definition at line 45 of file base-list.h.

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

Definition at line 476 of file pt-mat.cc.

size_t octave_base_list< tm_row_const >::size ( void   )  const [inline, inherited]

Definition at line 39 of file base-list.h.

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

Definition at line 484 of file pt-mat.cc.

Referenced by tree_matrix::rvalue1().


Member Data Documentation

Definition at line 511 of file pt-mat.cc.

Referenced by init().

Definition at line 506 of file pt-mat.cc.

Referenced by init().

Definition at line 503 of file pt-mat.cc.

Referenced by init().

Definition at line 507 of file pt-mat.cc.

Referenced by init().

Definition at line 505 of file pt-mat.cc.

Referenced by init().

Definition at line 502 of file pt-mat.cc.

Referenced by init().

Definition at line 501 of file pt-mat.cc.

Referenced by init().

Definition at line 508 of file pt-mat.cc.

Referenced by init().

Definition at line 510 of file pt-mat.cc.

Referenced by init().

Definition at line 509 of file pt-mat.cc.

Referenced by init().

std::string tm_const::class_nm [private]

Definition at line 513 of file pt-mat.cc.

Referenced by init().

Definition at line 499 of file pt-mat.cc.

Referenced by init().

bool tm_const::ok [private]

Definition at line 515 of file pt-mat.cc.

Referenced by init().

Definition at line 504 of file pt-mat.cc.

Referenced by init().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines