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