Definition at line 53 of file ut_LinkList.h.
 
◆ Iterator() [1/2]
  
  
      
        
          | nw4r::ut::detail::LinkListImpl::Iterator::Iterator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Iterator() [2/2]
  
  
      
        
          | nw4r::ut::detail::LinkListImpl::Iterator::Iterator  | 
          ( | 
          LinkListNode * |           pNode | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ operator++()
  
  
      
        
          | Iterator & nw4r::ut::detail::LinkListImpl::Iterator::operator++  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator--()
  
  
      
        
          | Iterator & nw4r::ut::detail::LinkListImpl::Iterator::operator--  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator->()
  
  
      
        
          | LinkListNode * nw4r::ut::detail::LinkListImpl::Iterator::operator->  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ mNode
  
  
      
        
          | LinkListNode* nw4r::ut::detail::LinkListImpl::Iterator::mNode | 
         
       
   | 
  
private   |