#include <list.h>
Public Types | |
| typedef List::Type | Type |
Public Member Functions | |
| Type | head () const |
| bool | empty () const |
| Take | tail () const |
| Take (List _l, int m) | |
| Take () | |
Public Attributes | |
| List | l |
| int | remaining |
| typedef List::Type wibble::list::Take< List >::Type |
| wibble::list::Take< List >::Take | ( | List | _l, | |
| int | m | |||
| ) | [inline] |
| wibble::list::Take< List >::Take | ( | ) | [inline] |
| Type wibble::list::Take< List >::head | ( | ) | const [inline] |
References wibble::list::Take< List >::l.
| bool wibble::list::Take< List >::empty | ( | ) | const [inline] |
References wibble::list::Take< List >::l, and wibble::list::Take< List >::remaining.
| Take wibble::list::Take< List >::tail | ( | ) | const [inline] |
References wibble::list::Take< List >::l, and wibble::list::Take< List >::remaining.
| List wibble::list::Take< List >::l |
| int wibble::list::Take< List >::remaining |
Referenced by wibble::list::Take< List >::empty(), and wibble::list::Take< List >::tail().
1.5.6