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 data
 
int height
 
struct nodeleft
 
struct noderight
 
int val
 
nodeleft
 
noderight
 
struct nodenext
 
nodenext
 
nodeprev
 
Kind data
 
node< Kind > * next
 
Type data
 
node< Type > * next
 
nodelink
 

Detailed Description

template<class Kind>
class node< Kind >

Definition of the node


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