#include "base-list.h"
Public Types | |
typedef std::list< elt_type >::const_iterator | const_iterator |
typedef std::list< elt_type >::const_reverse_iterator | const_reverse_iterator |
typedef std::list< elt_type >::iterator | iterator |
typedef std::list< elt_type >::reverse_iterator | reverse_iterator |
Public Member Functions | |
base_list ()=default | |
base_list (const base_list &bl)=default | |
base_list (const std::list< elt_type > &l) | |
virtual | ~base_list ()=default |
void | append (const elt_type &s) |
elt_type & | back () |
const elt_type & | back () const |
iterator | begin () |
const_iterator | begin () const |
void | clear () |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
iterator | erase (iterator pos) |
elt_type & | front () |
const elt_type & | front () const |
std::size_t | length () const |
base_list & | operator= (const base_list &bl)=default |
void | pop_back () |
void | pop_front () |
void | push_back (const elt_type &s) |
void | push_front (const elt_type &s) |
reverse_iterator | rbegin () |
const_reverse_iterator | rbegin () const |
template<typename P > | |
void | remove_if (P pred) |
reverse_iterator | rend () |
const_reverse_iterator | rend () const |
std::size_t | size () const |
Protected Attributes | |
std::list< elt_type > | m_lst |
Definition at line 40 of file base-list.h.
typedef std::list<elt_type>::const_iterator base_list< elt_type >::const_iterator |
Definition at line 45 of file base-list.h.
typedef std::list<elt_type>::const_reverse_iterator base_list< elt_type >::const_reverse_iterator |
Definition at line 49 of file base-list.h.
typedef std::list<elt_type>::iterator base_list< elt_type >::iterator |
Definition at line 44 of file base-list.h.
typedef std::list<elt_type>::reverse_iterator base_list< elt_type >::reverse_iterator |
Definition at line 47 of file base-list.h.
|
default |
|
inline |
Definition at line 97 of file base-list.h.
|
default |
|
inline |
Definition at line 93 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 81 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 84 of file base-list.h.
References base_list< elt_type >::m_lst.
Definition at line 66 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 67 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 64 of file base-list.h.
References base_list< elt_type >::m_lst.
Definition at line 51 of file base-list.h.
References base_list< elt_type >::m_lst.
Definition at line 69 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 70 of file base-list.h.
References base_list< elt_type >::m_lst.
Definition at line 56 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 80 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 83 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 54 of file base-list.h.
References base_list< elt_type >::size().
|
default |
|
inline |
Definition at line 90 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 89 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 87 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 86 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 72 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 73 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 59 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 76 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 77 of file base-list.h.
References base_list< elt_type >::m_lst.
|
inline |
Definition at line 53 of file base-list.h.
References base_list< elt_type >::m_lst.
Referenced by base_list< elt_type >::length().
|
protected |
Definition at line 107 of file base-list.h.
Referenced by base_list< elt_type >::append(), base_list< elt_type >::back(), base_list< elt_type >::back(), base_list< elt_type >::begin(), base_list< elt_type >::begin(), base_list< elt_type >::clear(), base_list< elt_type >::empty(), base_list< elt_type >::end(), base_list< elt_type >::end(), base_list< elt_type >::erase(), base_list< elt_type >::front(), base_list< elt_type >::front(), base_list< elt_type >::pop_back(), base_list< elt_type >::pop_front(), base_list< elt_type >::push_back(), base_list< elt_type >::push_front(), base_list< elt_type >::rbegin(), base_list< elt_type >::rbegin(), base_list< elt_type >::remove_if(), base_list< elt_type >::rend(), base_list< elt_type >::rend(), and base_list< elt_type >::size().