GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_if_command_list Class Reference

#include "pt-select.h"

Inheritance diagram for tree_if_command_list:
Collaboration diagram for tree_if_command_list:

Public Types

typedef std::list< tree_if_clause * >::const_iterator const_iterator
 
typedef std::list< tree_if_clause * >::const_reverse_iterator const_reverse_iterator
 
typedef std::list< tree_if_clause * >::iterator iterator
 
typedef std::list< tree_if_clause * >::reverse_iterator reverse_iterator
 

Public Member Functions

 tree_if_command_list (const tree_if_command_list &)=delete
 
 tree_if_command_list (tree_if_clause *t)
 
 tree_if_command_list (void)
 
 ~tree_if_command_list (void)
 
void accept (tree_walker &tw)
 
void append (const tree_if_clause * &s)
 
tree_if_clause * & back (void)
 
const tree_if_clause * & 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)
 
tree_if_clause * & front (void)
 
const tree_if_clause * & front (void) const
 
std::size_t length (void) const
 
tree_if_command_listoperator= (const tree_if_command_list &)=delete
 
void pop_back (void)
 
void pop_front (void)
 
void push_back (const tree_if_clause * &s)
 
void push_front (const tree_if_clause * &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
 
std::size_t size (void) const
 

Protected Attributes

std::list< tree_if_clause * > m_lst
 

Detailed Description

Definition at line 93 of file pt-select.h.

Member Typedef Documentation

◆ const_iterator

typedef std::list<tree_if_clause * >::const_iterator base_list< tree_if_clause * >::const_iterator
inherited

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

◆ const_reverse_iterator

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

◆ iterator

typedef std::list<tree_if_clause * >::iterator base_list< tree_if_clause * >::iterator
inherited

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

◆ reverse_iterator

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

Constructor & Destructor Documentation

◆ tree_if_command_list() [1/3]

tree_if_command_list::tree_if_command_list ( void  )
inline

Definition at line 97 of file pt-select.h.

◆ tree_if_command_list() [2/3]

tree_if_command_list::tree_if_command_list ( tree_if_clause t)
inline

Definition at line 99 of file pt-select.h.

References base_list< tree_if_clause * >::append().

◆ tree_if_command_list() [3/3]

tree_if_command_list::tree_if_command_list ( const tree_if_command_list )
delete

◆ ~tree_if_command_list()

tree_if_command_list::~tree_if_command_list ( void  )
inline

Member Function Documentation

◆ accept()

void tree_if_command_list::accept ( tree_walker tw)
inline

◆ append()

void base_list< tree_if_clause * >::append ( const tree_if_clause * &  s)
inlineinherited

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

◆ back() [1/2]

tree_if_clause * & base_list< tree_if_clause * >::back ( void  )
inlineinherited

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

◆ back() [2/2]

const tree_if_clause * & base_list< tree_if_clause * >::back ( void  ) const
inlineinherited

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

◆ begin() [1/2]

iterator base_list< tree_if_clause * >::begin ( void  )
inlineinherited

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

◆ begin() [2/2]

const_iterator base_list< tree_if_clause * >::begin ( void  ) const
inlineinherited

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

◆ clear()

void base_list< tree_if_clause * >::clear ( void  )
inlineinherited

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

◆ empty()

bool base_list< tree_if_clause * >::empty ( void  ) const
inlineinherited

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

◆ end() [1/2]

iterator base_list< tree_if_clause * >::end ( void  )
inlineinherited

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

◆ end() [2/2]

const_iterator base_list< tree_if_clause * >::end ( void  ) const
inlineinherited

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

◆ erase()

iterator base_list< tree_if_clause * >::erase ( iterator  pos)
inlineinherited

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

◆ front() [1/2]

tree_if_clause * & base_list< tree_if_clause * >::front ( void  )
inlineinherited

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

◆ front() [2/2]

const tree_if_clause * & base_list< tree_if_clause * >::front ( void  ) const
inlineinherited

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

◆ length()

std::size_t base_list< tree_if_clause * >::length ( void  ) const
inlineinherited

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

◆ operator=()

tree_if_command_list& tree_if_command_list::operator= ( const tree_if_command_list )
delete

◆ pop_back()

void base_list< tree_if_clause * >::pop_back ( void  )
inlineinherited

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

◆ pop_front()

void base_list< tree_if_clause * >::pop_front ( void  )
inlineinherited

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

◆ push_back()

void base_list< tree_if_clause * >::push_back ( const tree_if_clause * &  s)
inlineinherited

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

◆ push_front()

void base_list< tree_if_clause * >::push_front ( const tree_if_clause * &  s)
inlineinherited

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

◆ rbegin() [1/2]

reverse_iterator base_list< tree_if_clause * >::rbegin ( void  )
inlineinherited

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

◆ rbegin() [2/2]

const_reverse_iterator base_list< tree_if_clause * >::rbegin ( void  ) const
inlineinherited

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

◆ remove_if()

void base_list< tree_if_clause * >::remove_if ( pred)
inlineinherited

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

◆ rend() [1/2]

reverse_iterator base_list< tree_if_clause * >::rend ( void  )
inlineinherited

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

◆ rend() [2/2]

const_reverse_iterator base_list< tree_if_clause * >::rend ( void  ) const
inlineinherited

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

◆ size()

std::size_t base_list< tree_if_clause * >::size ( void  ) const
inlineinherited

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

Member Data Documentation

◆ m_lst

std::list<tree_if_clause * > base_list< tree_if_clause * >::m_lst
protectedinherited

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


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