DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <list.h>
Public Member Functions | |
Element< T > * | current () |
ListIterator () | |
bool | operator!= (const void *end) const |
T | operator* () const |
void | operator++ () |
T | operator-> () |
bool | operator== (const void *end) const |
void | set (Element< T > *elem) |
~ListIterator () | |
Private Attributes | |
Element< T > * | _current |
|
inline |
|
inline |
|
inline |
Definition at line 44 of file list.h.
Referenced by spams::List< int >::clear().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 39 of file list.h.
Referenced by spams::List< int >::begin().
|
private |