Public Member Functions | Data Fields

Link< C > Struct Template Reference

#include <List.h>

Inherits SLink< C >.

Collaboration diagram for Link< C >:
Collaboration graph
[legend]

Public Member Functions

 Link ()

Data Fields

C * prev

Detailed Description

template<class C>
struct Link< C >

Definition at line 83 of file List.h.


Constructor & Destructor Documentation

template<class C>
Link< C >::Link (  )  [inline]

Definition at line 85 of file List.h.


Field Documentation

template<class C>
C* Link< C >::prev

Definition at line 84 of file List.h.

Referenced by UnixNetVConnection::free().


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