GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-select.h"
Public Types | |
typedef std::list < tree_switch_case * > ::const_iterator | const_iterator |
typedef std::list < tree_switch_case * > ::const_reverse_iterator | const_reverse_iterator |
typedef std::list < tree_switch_case * > ::iterator | iterator |
typedef std::list < tree_switch_case * > ::reverse_iterator | reverse_iterator |
Public Member Functions | |
tree_switch_case_list (void) | |
tree_switch_case_list (tree_switch_case *t) | |
~tree_switch_case_list (void) | |
void | accept (tree_walker &tw) |
void | append (const tree_switch_case *&s) |
tree_switch_case *& | back (void) |
const tree_switch_case *& | back (void) const |
iterator | begin (void) |
const_iterator | begin (void) const |
void | clear (void) |
tree_switch_case_list * | dup (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_switch_case *& | front (void) |
const tree_switch_case *& | front (void) const |
size_t | length (void) const |
void | pop_back (void) |
void | pop_front (void) |
void | push_back (const tree_switch_case *&s) |
void | push_front (const tree_switch_case *&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 |
Private Member Functions | |
tree_switch_case_list (const tree_switch_case_list &) | |
tree_switch_case_list & | operator= (const tree_switch_case_list &) |
Definition at line 218 of file pt-select.h.
|
inherited |
Definition at line 37 of file base-list.h.
|
inherited |
Definition at line 40 of file base-list.h.
|
inherited |
Definition at line 36 of file base-list.h.
|
inherited |
Definition at line 39 of file base-list.h.
|
inline |
Definition at line 223 of file pt-select.h.
Referenced by dup().
|
inline |
Definition at line 225 of file pt-select.h.
|
inline |
Definition at line 227 of file pt-select.h.
|
private |
void tree_switch_case_list::accept | ( | tree_walker & | tw | ) |
Definition at line 193 of file pt-select.cc.
References tree_walker::visit_switch_case_list().
Referenced by tree_checker::visit_switch_command(), tree_breakpoint::visit_switch_command(), and tree_print_code::visit_switch_command().
|
inlineinherited |
Definition at line 105 of file base-list.h.
|
inlineinherited |
Definition at line 93 of file base-list.h.
|
inlineinherited |
Definition at line 96 of file base-list.h.
|
inlineinherited |
Definition at line 78 of file base-list.h.
Referenced by dup().
|
inlineinherited |
Definition at line 79 of file base-list.h.
|
inlineinherited |
Definition at line 76 of file base-list.h.
tree_switch_case_list * tree_switch_case_list::dup | ( | symbol_table::scope_id | scope, |
symbol_table::context_id | context | ||
) | const |
Definition at line 177 of file pt-select.cc.
References octave_base_list< elt_type >::append(), octave_base_list< tree_switch_case * >::begin(), tree_switch_case::dup(), octave_base_list< tree_switch_case * >::end(), and tree_switch_case_list().
Referenced by tree_switch_command::dup().
|
inlineinherited |
Definition at line 42 of file base-list.h.
|
inlineinherited |
Definition at line 81 of file base-list.h.
Referenced by dup().
|
inlineinherited |
Definition at line 82 of file base-list.h.
|
inlineinherited |
Definition at line 47 of file base-list.h.
|
inlineinherited |
Definition at line 92 of file base-list.h.
|
inlineinherited |
Definition at line 95 of file base-list.h.
|
inlineinherited |
Definition at line 45 of file base-list.h.
|
private |
|
inlineinherited |
Definition at line 102 of file base-list.h.
|
inlineinherited |
Definition at line 101 of file base-list.h.
|
inlineinherited |
Definition at line 99 of file base-list.h.
|
inlineinherited |
Definition at line 98 of file base-list.h.
|
inlineinherited |
Definition at line 84 of file base-list.h.
|
inlineinherited |
Definition at line 85 of file base-list.h.
|
inlineinherited |
Definition at line 50 of file base-list.h.
|
inlineinherited |
Definition at line 88 of file base-list.h.
|
inlineinherited |
Definition at line 89 of file base-list.h.
|
inlineinherited |
Definition at line 44 of file base-list.h.