#include <list.h>
Public Types | |
| typedef List::Type | Type |
Public Member Functions | |
| bool | empty () const |
| Type | head () const |
| void | seek () const |
| Filtered | tail () const |
| Filtered (List l, Predicate p) | |
| Filtered () | |
Public Attributes | |
| List | m_list |
| Predicate | m_pred |
| typedef List::Type wibble::list::Filtered< List, Predicate >::Type |
| wibble::list::Filtered< List, Predicate >::Filtered | ( | List | l, | |
| Predicate | p | |||
| ) | [inline] |
| wibble::list::Filtered< List, Predicate >::Filtered | ( | ) | [inline] |
| bool wibble::list::Filtered< List, Predicate >::empty | ( | ) | const [inline] |
| Type wibble::list::Filtered< List, Predicate >::head | ( | ) | const [inline] |
| void wibble::list::Filtered< List, Predicate >::seek | ( | ) | const [inline] |
| Filtered wibble::list::Filtered< List, Predicate >::tail | ( | ) | const [inline] |
List wibble::list::Filtered< List, Predicate >::m_list [mutable] |
| Predicate wibble::list::Filtered< List, Predicate >::m_pred |
Referenced by wibble::list::Filtered< List, Predicate >::seek().
1.5.6