DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Member Functions | Public Attributes | List of all members
spams::Element< T > Class Template Reference

#include <list.h>

+ Inheritance diagram for spams::Element< T >:
+ Collaboration diagram for spams::Element< T >:

Detailed Description

template<typename T>
class spams::Element< T >

Definition at line 26 of file list.h.

Public Member Functions

 Element (T el)
 
 ~Element ()
 

Public Attributes

element
 
Element< T > * next
 

Constructor & Destructor Documentation

template<typename T>
spams::Element< T >::Element ( el)
inline

Definition at line 28 of file list.h.

template<typename T>
spams::Element< T >::~Element ( )
inline

Definition at line 29 of file list.h.

Member Data Documentation

template<typename T>
T spams::Element< T >::element

Definition at line 29 of file list.h.

Referenced by spams::Element< int >::Element(), and spams::Element< int >::~Element().

template<typename T>
Element<T>* spams::Element< T >::next

The documentation for this class was generated from the following file: