Go to the source code of this file.
|  | 
| template<typename T > | 
| static void | listappend (T *item, T *&list) | 
|  | 
| template<typename T > | 
| static void | listremove (T *item, T *&list) | 
|  | 
| template<typename T > | 
| static int | listcount (T *root) | 
|  | 
| template<typename T > | 
| static void | clear (T &value) | 
|  | 
§ SPC
§ clear()
template<typename T > 
  
  | 
        
          | static void clear | ( | T & | value | ) |  |  | inlinestatic | 
 
 
§ listappend()
template<typename T > 
  
  | 
        
          | static void listappend | ( | T * | item, |  
          |  |  | T *& | list |  
          |  | ) |  |  |  | inlinestatic | 
 
 
§ listcount()
template<typename T > 
  
  | 
        
          | static int listcount | ( | T * | root | ) |  |  | inlinestatic | 
 
 
§ listremove()
template<typename T > 
  
  | 
        
          | static void listremove | ( | T * | item, |  
          |  |  | T *& | list |  
          |  | ) |  |  |  | inlinestatic |