GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | Private Member Functions | List of all members
tm_row_const::tm_row_const_rep Class Reference
Inheritance diagram for tm_row_const::tm_row_const_rep:
Inheritance graph
[legend]
Collaboration diagram for tm_row_const::tm_row_const_rep:
Collaboration graph
[legend]

Public Types

typedef std::list
< octave_value >
::const_iterator 
const_iterator
 
typedef std::list
< octave_value >
::const_reverse_iterator 
const_reverse_iterator
 
typedef std::list
< octave_value >::iterator 
iterator
 
typedef std::list
< octave_value >
::reverse_iterator 
reverse_iterator
 

Public Member Functions

 tm_row_const_rep (void)
 
 tm_row_const_rep (const tree_argument_list &row)
 
 ~tm_row_const_rep (void)
 
void append (const octave_value &s)
 
octave_valueback (void)
 
const octave_valueback (void) const
 
iterator begin (void)
 
const_iterator begin (void) const
 
void cellify (void)
 
void clear (void)
 
void do_init_element (const octave_value &, bool &)
 
bool empty (void) const
 
iterator end (void)
 
const_iterator end (void) const
 
iterator erase (iterator pos)
 
octave_valuefront (void)
 
const octave_valuefront (void) const
 
void init (const tree_argument_list &)
 
size_t length (void) const
 
void pop_back (void)
 
void pop_front (void)
 
void push_back (const octave_value &s)
 
void push_front (const octave_value &s)
 
reverse_iterator rbegin (void)
 
const_reverse_iterator rbegin (void) const
 
void remove_if (P pred)
 
reverse_iterator rend (void)
 
const_reverse_iterator rend (void) const
 
size_t size (void) const
 

Public 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
 
octave_refcount< intcount
 
dim_vector dv
 
bool first_elem_is_struct
 
bool ok
 
bool some_str
 

Private Member Functions

 tm_row_const_rep (const tm_row_const_rep &)
 
tm_row_const_repoperator= (const tm_row_const_rep &)
 

Detailed Description

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

Member Typedef Documentation

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

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

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

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

Constructor & Destructor Documentation

tm_row_const::tm_row_const_rep::tm_row_const_rep ( void  )
inline

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

tm_row_const::tm_row_const_rep::tm_row_const_rep ( const tree_argument_list row)
inline

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

tm_row_const::tm_row_const_rep::~tm_row_const_rep ( void  )
inline

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

tm_row_const::tm_row_const_rep::tm_row_const_rep ( const tm_row_const_rep )
private

Member Function Documentation

void octave::base_list< octave_value >::append ( const octave_value s)
inlineinherited
octave_value & octave::base_list< octave_value >::back ( void  )
inlineinherited

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

const octave_value & octave::base_list< octave_value >::back ( void  ) const
inlineinherited

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

iterator octave::base_list< octave_value >::begin ( void  )
inlineinherited

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

const_iterator octave::base_list< octave_value >::begin ( void  ) const
inlineinherited

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

void tm_row_const::tm_row_const_rep::cellify ( void  )
void octave::base_list< octave_value >::clear ( void  )
inlineinherited

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

void tm_row_const::tm_row_const_rep::do_init_element ( const octave_value val,
bool first_elem 
)
bool octave::base_list< octave_value >::empty ( void  ) const
inlineinherited

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

iterator octave::base_list< octave_value >::end ( void  )
inlineinherited

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

const_iterator octave::base_list< octave_value >::end ( void  ) const
inlineinherited

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

iterator octave::base_list< octave_value >::erase ( iterator  pos)
inlineinherited

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

octave_value & octave::base_list< octave_value >::front ( void  )
inlineinherited

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

const octave_value & octave::base_list< octave_value >::front ( void  ) const
inlineinherited

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

void tm_row_const::tm_row_const_rep::init ( const tree_argument_list row)
size_t octave::base_list< octave_value >::length ( void  ) const
inlineinherited

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

tm_row_const_rep& tm_row_const::tm_row_const_rep::operator= ( const tm_row_const_rep )
private
void octave::base_list< octave_value >::pop_back ( void  )
inlineinherited

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

void octave::base_list< octave_value >::pop_front ( void  )
inlineinherited

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

void octave::base_list< octave_value >::push_back ( const octave_value s)
inlineinherited

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

void octave::base_list< octave_value >::push_front ( const octave_value s)
inlineinherited

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

reverse_iterator octave::base_list< octave_value >::rbegin ( void  )
inlineinherited

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

const_reverse_iterator octave::base_list< octave_value >::rbegin ( void  ) const
inlineinherited

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

void octave::base_list< octave_value >::remove_if ( P  pred)
inlineinherited

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

reverse_iterator octave::base_list< octave_value >::rend ( void  )
inlineinherited

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

const_reverse_iterator octave::base_list< octave_value >::rend ( void  ) const
inlineinherited

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

size_t octave::base_list< octave_value >::size ( void  ) const
inlineinherited

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

Member Data Documentation

bool tm_row_const::tm_row_const_rep::all_1x1

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_cmplx

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_dq_str

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_mt

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_real

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_sq_str

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::all_str

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::any_cell

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::any_class

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::any_sparse

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

Referenced by do_init_element().

std::string tm_row_const::tm_row_const_rep::class_nm

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

Referenced by do_init_element().

octave_refcount<int> tm_row_const::tm_row_const_rep::count

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

Referenced by tm_row_const::operator=().

dim_vector tm_row_const::tm_row_const_rep::dv

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

bool tm_row_const::tm_row_const_rep::first_elem_is_struct

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

Referenced by do_init_element().

bool tm_row_const::tm_row_const_rep::ok

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

bool tm_row_const::tm_row_const_rep::some_str

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

Referenced by do_init_element().


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