Torque::List< Type >::Node Struct Reference

Inheritance diagram for Torque::List< Type >::Node:

Inheritance graph
[legend]
List of all members.


template<typename Type> struct Torque::List< Type >::Node


Public Member Functions

 Node ()
 Node (Link *p, Link *n, const Type &x)

Public Attributes

Type value

Constructor & Destructor Documentation

template<typename Type>
Torque::List< Type >::Node::Node (  )  [inline]

template<typename Type>
Torque::List< Type >::Node::Node ( Link p,
Link n,
const Type &  x 
) [inline]


Member Data Documentation

template<typename Type>
Type Torque::List< Type >::Node::value