#include <UT_SplayTree.h>
Definition at line 25 of file UT_SplayTree.h.
 
  
  
      
        
          | UT_SplayTree::UT_SplayTree  | 
          ( | 
          int(*)(const void *, const void *)  | 
          fcomp | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
  
  
      
        
          | virtual UT_SplayTree::~UT_SplayTree  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
      
        
          | int UT_SplayTree::add  | 
          ( | 
          const void *  | 
          ,  | 
        
        
           | 
           | 
          unsigned  | 
          maxDepth = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void UT_SplayTree::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | int UT_SplayTree::entries  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | const void* UT_SplayTree::find  | 
          ( | 
          const void *  | 
          data | ) | 
           const | 
        
      
 
 
      
        
          | const void* UT_SplayTree::remove  | 
          ( | 
          const void *  | 
           = 0 | ) | 
           | 
        
      
 
 
      
        
          | int UT_SplayTree::traverse  | 
          ( | 
          int(*)(const void *)  | 
          func | ) | 
           | 
        
      
 
 
      
        
          | int UT_SplayTree::traverseBackward  | 
          ( | 
          int(*)(const void *)  | 
          func | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: