GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-classdef.h"
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 | |
tree_classdef_methods_list (void) | |
tree_classdef_methods_list (const octave_value &f) | |
tree_classdef_methods_list (const octave_base_list< octave_value > &a) | |
~tree_classdef_methods_list (void) | |
void | accept (tree_walker &) |
void | append (const octave_value &s) |
octave_value & | back (void) |
const octave_value & | back (void) const |
iterator | begin (void) |
const_iterator | begin (void) const |
void | clear (void) |
bool | empty (void) const |
iterator | end (void) |
const_iterator | end (void) const |
iterator | erase (iterator pos) |
octave_value & | front (void) |
const octave_value & | front (void) const |
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 |
Private Member Functions | |
tree_classdef_methods_list (const tree_classdef_methods_list &) | |
tree_classdef_methods_list & | operator= (const tree_classdef_methods_list &) |
Definition at line 279 of file pt-classdef.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 283 of file pt-classdef.h.
|
inline |
Definition at line 285 of file pt-classdef.h.
References octave_base_list< octave_value >::append().
|
inline |
Definition at line 287 of file pt-classdef.h.
|
inline |
Definition at line 290 of file pt-classdef.h.
|
private |
void tree_classdef_methods_list::accept | ( | tree_walker & | tw | ) |
Definition at line 119 of file pt-classdef.cc.
References tree_walker::visit_classdef_methods_list().
|
inlineinherited |
Definition at line 105 of file base-list.h.
Referenced by tm_row_const::tm_row_const_rep::do_init_element(), and tree_classdef_methods_list().
|
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.
|
inlineinherited |
Definition at line 79 of file base-list.h.
|
inlineinherited |
Definition at line 76 of file base-list.h.
|
inlineinherited |
Definition at line 42 of file base-list.h.
|
inlineinherited |
Definition at line 81 of file base-list.h.
|
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.