COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
covise::DLink< T > Struct Template Reference

#include <DLinkList.h>

Collaboration diagram for covise::DLink< T >:
Collaboration graph
[legend]

Public Member Functions

 DLink (const T &a)
 
 ~DLink ()
 

Public Attributes

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

Constructor & Destructor Documentation

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

Member Data Documentation

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

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