Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Node2< T > Class Template Reference

Doubly-linked node. More...

#include <Node.h>

List of all members.

Public Member Functions

void nodeInsertL (T &node)
 Insert myself to left of node.
void nodeInsertR (T &node)
 Insert myself to right of node.
void nodeRemove ()
 Remove myself from linked list.

Public Attributes

T * nodeL
 Pointer to left node.
T * nodeR
 Pointer to right node.

Detailed Description

template<class T>
class gam::Node2< T >

Doubly-linked node.


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