DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <list.h>
Public Member Functions | |
Element (T el) | |
~Element () | |
Public Attributes | |
T | element |
Element< T > * | next |
|
inline |
|
inline |
T spams::Element< T >::element |
Definition at line 29 of file list.h.
Referenced by spams::Element< int >::Element(), and spams::Element< int >::~Element().
Element<T>* spams::Element< T >::next |
Definition at line 31 of file list.h.
Referenced by spams::Element< int >::Element(), spams::List< int >::pop_front(), spams::List< int >::push_back(), spams::List< int >::push_front(), and spams::List< int >::remove().