Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
parallel::ListElm< T > Class Template Reference

List element of a singly linked list. More...

#include <mesh_p.hh>

List of all members.

Public Member Functions

T * elm () const
ListElm< T > * link () const
ListElm< T > ** linkp ()
 ListElm (T *elm, ListElm< T > *lnk=0)

Private Attributes

T * elm_
ListElm< T > * lnk_

Detailed Description

template<class T>
class parallel::ListElm< T >

List element of a singly linked list.

Definition at line 65 of file mesh_p.hh.


Constructor & Destructor Documentation

template<class T>
parallel::ListElm< T >::ListElm ( T *  elm,
ListElm< T > *  lnk = 0 
) [inline]

Definition at line 71 of file mesh_p.hh.


Member Function Documentation

template<class T>
T* parallel::ListElm< T >::elm ( ) const [inline]

Definition at line 75 of file mesh_p.hh.

template<class T>
ListElm<T>* parallel::ListElm< T >::link ( ) const [inline]

Definition at line 74 of file mesh_p.hh.

template<class T>
ListElm<T>** parallel::ListElm< T >::linkp ( ) [inline]

Definition at line 73 of file mesh_p.hh.


Member Data Documentation

template<class T>
T* parallel::ListElm< T >::elm_ [private]

Definition at line 68 of file mesh_p.hh.

template<class T>
ListElm<T>* parallel::ListElm< T >::lnk_ [private]

Definition at line 67 of file mesh_p.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)