COVISE Core
Private Member Functions | Private Attributes | Friends | List of all members
covise::ListElement< T > Class Template Reference

#include <covise_list.h>

Private Member Functions

 ListElement ()
 
 ListElement (T *d)
 
 ~ListElement ()
 

Private Attributes

T * data
 
ListElement< T > * next
 

Friends

class List< T >
 

Constructor & Destructor Documentation

◆ ListElement() [1/2]

template<class T >
covise::ListElement< T >::ListElement ( )
inlineprivate

◆ ListElement() [2/2]

template<class T >
covise::ListElement< T >::ListElement ( T *  d)
inlineprivate

◆ ~ListElement()

template<class T >
covise::ListElement< T >::~ListElement ( )
inlineprivate

Friends And Related Function Documentation

◆ List< T >

template<class T >
friend class List< T >
friend

Member Data Documentation

◆ data

template<class T >
T* covise::ListElement< T >::data
private

◆ next

template<class T >
ListElement<T>* covise::ListElement< T >::next
private

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