XnLinkedNodeT< T > Struct Template Reference

#include <XnListT.h>

List of all members.

Public Member Functions

 XnLinkedNodeT ()
 XnLinkedNodeT (T const &value)

Public Attributes

struct XnLinkedNodeT< T > * pPrev
struct XnLinkedNodeT< T > * pNext
value

Detailed Description

template<class T>
struct XnLinkedNodeT< T >

A node in a linked list.

Template Parameters:
T the type of value in the list.

Constructor & Destructor Documentation

template<class T>
XnLinkedNodeT< T >::XnLinkedNodeT (  )  [inline]
template<class T>
XnLinkedNodeT< T >::XnLinkedNodeT ( T const &  value  )  [inline]

Member Data Documentation

template<class T>
struct XnLinkedNodeT< T >* XnLinkedNodeT< T >::pNext
template<class T>
struct XnLinkedNodeT< T >* XnLinkedNodeT< T >::pPrev
template<class T>
T XnLinkedNodeT< T >::value

The documentation for this struct was generated from the following file:
Generated on Thu Dec 20 21:49:21 2012 for OpenNI 1.5.4 by  doxygen 1.6.3