Torque::List< Type >::Node Struct ReferenceInheritance diagram for Torque::List< Type >::Node:![]()
|
Public Member Functions | |
Node () | |
Node (Link *p, Link *n, const Type &x) | |
Public Attributes | |
Type | value |
Torque::List< Type >::Node::Node | ( | ) | [inline] |
Torque::List< Type >::Node::Node | ( | Link * | p, | |
Link * | n, | |||
const Type & | x | |||
) | [inline] |
Type Torque::List< Type >::Node::value |