#include <list.h>
Public Types | |
| typedef F::result_type | Type |
Public Member Functions | |
| Type | head () const |
| Map | tail () const |
| bool | empty () const |
| Map () | |
| Map (const List &_l, const F &_f) | |
Public Attributes | |
| List | l |
| F | f |
| typedef F::result_type wibble::list::Map< List, F >::Type |
| wibble::list::Map< List, F >::Map | ( | ) | [inline] |
| wibble::list::Map< List, F >::Map | ( | const List & | _l, | |
| const F & | _f | |||
| ) | [inline] |
| Type wibble::list::Map< List, F >::head | ( | ) | const [inline] |
References wibble::list::Map< List, F >::f, and wibble::list::Map< List, F >::l.
| Map wibble::list::Map< List, F >::tail | ( | ) | const [inline] |
References wibble::list::Map< List, F >::f, and wibble::list::Map< List, F >::l.
| bool wibble::list::Map< List, F >::empty | ( | ) | const [inline] |
References wibble::list::Map< List, F >::l.
| List wibble::list::Map< List, F >::l |
| F wibble::list::Map< List, F >::f |
Referenced by wibble::list::Map< List, F >::head(), and wibble::list::Map< List, F >::tail().
1.5.6