OpenNI 1.5.4: XnLinkedNodeT< T > Struct Template Reference

OpenNI

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:
Tthe 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 Wed May 16 2012 10:16:06 for OpenNI 1.5.4 by   doxygen 1.7.5.1