Coda Distributed File System
Classes | Typedefs | Enumerations
bstree.h File Reference
#include <stdio.h>
Include dependency graph for bstree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bstree
 
class  bsnode
 
class  bstree_iterator
 

Typedefs

typedef int(* BSTCFN) (bsnode *, bsnode *)
 

Enumerations

enum  BstGetType { BstGetMin , BstGetMax }
 
enum  BstIterOrder { BstAscending , BstDescending }
 

Typedef Documentation

◆ BSTCFN

typedef int(* BSTCFN) (bsnode *, bsnode *)

Enumeration Type Documentation

◆ BstGetType

enum BstGetType
Enumerator
BstGetMin 
BstGetMax 

◆ BstIterOrder

Enumerator
BstAscending 
BstDescending