Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
NodePool Class Reference
Collaboration diagram for NodePool:
[legend]

Public Member Functions

 ~NodePool ()
 
Nodemake (int key)
 
void forget (Node *p)
 

Private Attributes

std::vector< Node * > nodes
 

Detailed Description

Definition at line 75 of file rand-tree.cc.

Constructor & Destructor Documentation

◆ ~NodePool()

NodePool::~NodePool ( )
inline

Definition at line 80 of file rand-tree.cc.

References nodes.

Member Function Documentation

◆ forget()

void NodePool::forget ( Node p)
inline

Definition at line 93 of file rand-tree.cc.

References nodes.

◆ make()

Node * NodePool::make ( int  key)
inline

Definition at line 86 of file rand-tree.cc.

References nodes.

Member Data Documentation

◆ nodes

std::vector<Node *> NodePool::nodes
private

Definition at line 77 of file rand-tree.cc.


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