COVISE Core
Public Member Functions | Public Attributes | List of all members
covise::CO_MemAVLNode Class Reference

#include <dmgr_mem_avltrees.h>

Collaboration diagram for covise::CO_MemAVLNode:
Collaboration graph
[legend]

Public Member Functions

 CO_MemAVLNode (MemChunk *d)
 
 CO_MemAVLNode ()
 
void print ()
 
void remove_nod (int dispo_chunk)
 

Public Attributes

CO_MemAVLNodeleft
 
CO_MemAVLNoderight
 
CO_MemAVLNodeup
 
int balance
 
MemChunkdata
 

Constructor & Destructor Documentation

◆ CO_MemAVLNode() [1/2]

covise::CO_MemAVLNode::CO_MemAVLNode ( MemChunk d)
inline

◆ CO_MemAVLNode() [2/2]

covise::CO_MemAVLNode::CO_MemAVLNode ( )
inline

Member Function Documentation

◆ print()

void covise::CO_MemAVLNode::print ( )
inline

◆ remove_nod()

void covise::CO_MemAVLNode::remove_nod ( int  dispo_chunk)
inline

Member Data Documentation

◆ balance

int covise::CO_MemAVLNode::balance

◆ data

MemChunk* covise::CO_MemAVLNode::data

◆ left

CO_MemAVLNode* covise::CO_MemAVLNode::left

◆ right

CO_MemAVLNode* covise::CO_MemAVLNode::right

◆ up

CO_MemAVLNode* covise::CO_MemAVLNode::up

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