ARB
Public Member Functions | Public Attributes | List of all members
ALI_TLIST_ELEM< T > Struct Template Reference

#include <ali_tlist.hxx>

Inheritance diagram for ALI_TLIST_ELEM< T >:
Inheritance graph
[legend]
Collaboration diagram for ALI_TLIST_ELEM< T >:
Collaboration graph
[legend]

Public Member Functions

 ALI_TLIST_ELEM (T &a)
 
void print ()
 

Public Attributes

T info
 
ALI_TLIST_ELEM< T > * next_elem
 
ALI_TLIST_ELEM< T > * prev_elem
 

Detailed Description

template<class T>
struct ALI_TLIST_ELEM< T >

Definition at line 20 of file ali_tlist.hxx.

Constructor & Destructor Documentation

template<class T>
ALI_TLIST_ELEM< T >::ALI_TLIST_ELEM ( T a)
inline

Definition at line 24 of file ali_tlist.hxx.

Member Function Documentation

template<class T>
void ALI_TLIST_ELEM< T >::print ( )
inline

Definition at line 26 of file ali_tlist.hxx.

Member Data Documentation

template<class T>
T ALI_TLIST_ELEM< T >::info
template<class T>
ALI_TLIST_ELEM<T>* ALI_TLIST_ELEM< T >::next_elem
template<class T>
ALI_TLIST_ELEM<T> * ALI_TLIST_ELEM< T >::prev_elem

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