Public Types | Public Member Functions | Private Member Functions

tree_return_list Class Reference

#include "pt-misc.h"

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

List of all members.

Public Types

typedef std::list
< tree_index_expression * >
::const_iterator 
const_iterator
typedef std::list
< tree_index_expression * >
::iterator 
iterator

Public Member Functions

 tree_return_list (void)
 tree_return_list (tree_index_expression *t)
 ~tree_return_list (void)
void accept (tree_walker &tw)
void append (const tree_index_expression *&s)
tree_index_expression *& back (void)
const tree_index_expression *& back (void) const
iterator begin (void)
const_iterator begin (void) const
void clear (void)
tree_return_listdup (symbol_table::scope_id scope, symbol_table::context_id context) const
bool empty (void) const
iterator end (void)
const_iterator end (void) const
iterator erase (iterator pos)
tree_index_expression *& front (void)
const tree_index_expression *& front (void) const
size_t length (void) const
void pop_back (void)
void pop_front (void)
void push_back (const tree_index_expression *&s)
void push_front (const tree_index_expression *&s)
void remove_if (P pred)
size_t size (void) const

Private Member Functions

 tree_return_list (const tree_return_list &)
tree_return_listoperator= (const tree_return_list &)

Detailed Description

Definition at line 106 of file pt-misc.h.


Member Typedef Documentation

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

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


Constructor & Destructor Documentation

tree_return_list::tree_return_list ( void   )  [inline]

Definition at line 111 of file pt-misc.h.

Referenced by dup().

tree_return_list::tree_return_list ( tree_index_expression t  )  [inline]

Definition at line 113 of file pt-misc.h.

tree_return_list::~tree_return_list ( void   ) 
tree_return_list::tree_return_list ( const tree_return_list  )  [private]

Member Function Documentation

void tree_return_list::accept ( tree_walker tw  ) 

Definition at line 350 of file pt-misc.cc.

References tree_walker::visit_return_list().

void octave_base_list< tree_index_expression * >::append ( const tree_index_expression * &  s  )  [inline, inherited]

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

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

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

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

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

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

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

Referenced by dup(), and ~tree_return_list().

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

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

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

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

tree_return_list * tree_return_list::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
bool octave_base_list< tree_index_expression * >::empty ( void   )  const [inline, inherited]

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

Referenced by ~tree_return_list().

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

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

Referenced by dup().

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

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

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

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

Referenced by ~tree_return_list().

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

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

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

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

size_t octave_base_list< tree_index_expression * >::length ( void   )  const [inline, inherited]

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

References size().

tree_return_list& tree_return_list::operator= ( const tree_return_list  )  [private]
void octave_base_list< tree_index_expression * >::pop_back ( void   )  [inline, inherited]

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

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

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

void octave_base_list< tree_index_expression * >::push_back ( const tree_index_expression * &  s  )  [inline, inherited]

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

void octave_base_list< tree_index_expression * >::push_front ( const tree_index_expression * &  s  )  [inline, inherited]

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

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

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

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

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


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