COVISE Core
Classes | Namespaces | Macros | Functions | Variables
covise_avl_tree.h File Reference
#include <covise/covise.h>
Include dependency graph for covise_avl_tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  covise::CO_AVL_Node< T >
 
class  covise::AVLTree< T >
 

Namespaces

namespace  covise
 list of all chemical elements
 

Macros

#define ERR_NODE   0x100403AC
 
#define NULL   0L
 
#define GROW   1
 
#define SHRINK   -1
 

Functions

int covise::covise_std_compare (char *, char *)
 

Variables

const int COVISE_GREATER_THAN = 2
 
const int COVISE_GT_EQUAL = 1
 
const int COVISE_EQUAL = 0
 
const int COVISE_LS_EQUAL = -1
 
const int COVISE_LESS_THAN = -2
 

Macro Definition Documentation

◆ ERR_NODE

#define ERR_NODE   0x100403AC

◆ GROW

#define GROW   1

◆ NULL

#define NULL   0L

◆ SHRINK

#define SHRINK   -1

Variable Documentation

◆ COVISE_EQUAL

const int COVISE_EQUAL = 0

◆ COVISE_GREATER_THAN

const int COVISE_GREATER_THAN = 2

◆ COVISE_GT_EQUAL

const int COVISE_GT_EQUAL = 1

◆ COVISE_LESS_THAN

const int COVISE_LESS_THAN = -2

◆ COVISE_LS_EQUAL

const int COVISE_LS_EQUAL = -1