GNU Octave  4.0.0
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 | Private Member Functions | List of all members
tree_classdef_methods_list Class Reference

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_methods_list:
Inheritance graph
[legend]
Collaboration diagram for tree_classdef_methods_list:
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

 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_valueback (void)
 
const octave_valueback (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_valuefront (void)
 
const octave_valuefront (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_listoperator= (const tree_classdef_methods_list &)
 

Detailed Description

Definition at line 279 of file pt-classdef.h.

Member Typedef Documentation

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

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

typedef std::list<octave_value >::iterator octave_base_list< octave_value >::iterator
inherited

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

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

Constructor & Destructor Documentation

tree_classdef_methods_list::tree_classdef_methods_list ( void  )
inline

Definition at line 283 of file pt-classdef.h.

tree_classdef_methods_list::tree_classdef_methods_list ( const octave_value f)
inline

Definition at line 285 of file pt-classdef.h.

References octave_base_list< octave_value >::append().

tree_classdef_methods_list::tree_classdef_methods_list ( const octave_base_list< octave_value > &  a)
inline

Definition at line 287 of file pt-classdef.h.

tree_classdef_methods_list::~tree_classdef_methods_list ( void  )
inline

Definition at line 290 of file pt-classdef.h.

tree_classdef_methods_list::tree_classdef_methods_list ( const tree_classdef_methods_list )
private

Member Function Documentation

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().

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 93 of file base-list.h.

const octave_value & octave_base_list< octave_value >::back ( void  ) const
inlineinherited

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

iterator octave_base_list< octave_value >::begin ( void  )
inlineinherited

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

const_iterator octave_base_list< octave_value >::begin ( void  ) const
inlineinherited

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

void octave_base_list< octave_value >::clear ( void  )
inlineinherited

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

bool octave_base_list< octave_value >::empty ( void  ) const
inlineinherited

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

iterator octave_base_list< octave_value >::end ( void  )
inlineinherited

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

const_iterator octave_base_list< octave_value >::end ( void  ) const
inlineinherited

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

iterator octave_base_list< octave_value >::erase ( iterator  pos)
inlineinherited

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

octave_value & octave_base_list< octave_value >::front ( void  )
inlineinherited

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

const octave_value & octave_base_list< octave_value >::front ( void  ) const
inlineinherited

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

size_t octave_base_list< octave_value >::length ( void  ) const
inlineinherited

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

tree_classdef_methods_list& tree_classdef_methods_list::operator= ( const tree_classdef_methods_list )
private
void octave_base_list< octave_value >::pop_back ( void  )
inlineinherited

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

void octave_base_list< octave_value >::pop_front ( void  )
inlineinherited

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

void octave_base_list< octave_value >::push_back ( const octave_value s)
inlineinherited

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

void octave_base_list< octave_value >::push_front ( const octave_value s)
inlineinherited

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

reverse_iterator octave_base_list< octave_value >::rbegin ( void  )
inlineinherited

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

const_reverse_iterator octave_base_list< octave_value >::rbegin ( void  ) const
inlineinherited

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

void octave_base_list< octave_value >::remove_if ( pred)
inlineinherited

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

reverse_iterator octave_base_list< octave_value >::rend ( void  )
inlineinherited

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

const_reverse_iterator octave_base_list< octave_value >::rend ( void  ) const
inlineinherited

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

size_t octave_base_list< octave_value >::size ( void  ) const
inlineinherited

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


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