GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tree_classdef_methods_list Class Reference

#include "pt-classdef.h"

Inheritance diagram for octave::tree_classdef_methods_list:
Collaboration diagram for octave::tree_classdef_methods_list:

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 base_list< octave_value > &a)
 
 tree_classdef_methods_list (const tree_classdef_methods_list &)=delete
 
 ~tree_classdef_methods_list (void)=default
 
void accept (tree_walker &tw)
 
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
 
tree_classdef_methods_listoperator= (const tree_classdef_methods_list &)=delete
 
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
 

Detailed Description

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

Member Typedef Documentation

◆ const_iterator

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

◆ const_reverse_iterator

◆ iterator

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

◆ reverse_iterator

Constructor & Destructor Documentation

◆ tree_classdef_methods_list() [1/4]

octave::tree_classdef_methods_list::tree_classdef_methods_list ( void  )
inline

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

◆ tree_classdef_methods_list() [2/4]

octave::tree_classdef_methods_list::tree_classdef_methods_list ( const octave_value f)
inline

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

References octave::base_list< octave_value >::append(), and f.

◆ tree_classdef_methods_list() [3/4]

octave::tree_classdef_methods_list::tree_classdef_methods_list ( const base_list< octave_value > &  a)
inline

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

◆ tree_classdef_methods_list() [4/4]

octave::tree_classdef_methods_list::tree_classdef_methods_list ( const tree_classdef_methods_list )
delete

◆ ~tree_classdef_methods_list()

octave::tree_classdef_methods_list::~tree_classdef_methods_list ( void  )
default

Member Function Documentation

◆ accept()

void octave::tree_classdef_methods_list::accept ( tree_walker tw)
inline

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

References octave::tree_walker::visit_classdef_methods_list().

◆ append()

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

◆ back() [1/2]

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

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

◆ back() [2/2]

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

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

◆ begin() [1/2]

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

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

◆ begin() [2/2]

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

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

◆ clear()

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

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

◆ empty()

bool octave::base_list< octave_value >::empty ( void  ) const
inlineinherited

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

◆ end() [1/2]

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

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

◆ end() [2/2]

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

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

◆ erase()

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

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

◆ front() [1/2]

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

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

◆ front() [2/2]

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

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

◆ length()

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

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

◆ operator=()

tree_classdef_methods_list& octave::tree_classdef_methods_list::operator= ( const tree_classdef_methods_list )
delete

◆ pop_back()

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

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

◆ pop_front()

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

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

◆ push_back()

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

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

◆ push_front()

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

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

◆ rbegin() [1/2]

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

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

◆ rbegin() [2/2]

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

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

◆ remove_if()

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

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

◆ rend() [1/2]

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

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

◆ rend() [2/2]

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

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

◆ size()

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

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


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