Definition at line 87 of file ut_LinkList.h.
 
◆ ConstIterator()
  
  
      
        
          | nw4r::ut::detail::LinkListImpl::ConstIterator::ConstIterator  | 
          ( | 
          Iterator |           it | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ operator++()
  
  
      
        
          | ConstIterator & nw4r::ut::detail::LinkListImpl::ConstIterator::operator++  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator--()
  
  
      
        
          | ConstIterator & nw4r::ut::detail::LinkListImpl::ConstIterator::operator--  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator->()
  
  
      
        
          | const LinkListNode * nw4r::ut::detail::LinkListImpl::ConstIterator::operator->  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ mNode
  
  
      
        
          | LinkListNode* nw4r::ut::detail::LinkListImpl::ConstIterator::mNode | 
         
       
   | 
  
private   |