COVISE Core
Public Member Functions | Public Attributes | List of all members
covise::DLink< T > Struct Template Reference

#include <DLinkList.h>

Public Member Functions

 DLink (const T &a)
 
 ~DLink ()
 

Public Attributes

item
 
DLink< T > * prev
 
DLink< T > * next
 

Constructor & Destructor Documentation

◆ DLink()

template<class T >
covise::DLink< T >::DLink ( const T &  a)
inline

◆ ~DLink()

template<class T >
covise::DLink< T >::~DLink ( )
inline

Member Data Documentation

◆ item

template<class T >
T covise::DLink< T >::item

◆ next

template<class T >
DLink<T>* covise::DLink< T >::next

◆ prev

template<class T >
DLink<T>* covise::DLink< T >::prev

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