Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
node< Kind > Class Template Reference

#include <queue.h>

Collaboration diagram for node< Kind >:
[legend]

Public Member Functions

 node (int d)
 

Public Attributes

int key
 
nodeparent
 
char color
 
nodeleft
 
noderight
 
int data
 
int height
 
struct nodeleft
 
struct noderight
 
int val
 
struct nodenext
 
nodenext
 
nodeprev
 
Kind data
 
node< Kind > * next
 
Type data
 data at current node
 
node< Type > * next
 pointer to the next node instance
 
nodelink
 

Detailed Description

template<class Kind>
class node< Kind >

Definition of the node

Definition of the node as a linked-list

Template Parameters
Typetype of data nodes of the linked list should contain

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