| 
    SPH
    
   | 
 
#include <List.h>
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag | 
| using | value_type = T | 
| using | difference_type = std::ptrdiff_t | 
| using | pointer = T * | 
| using | reference = T & | 
Public Member Functions | |
| ListIterator (RawPtr< ListNode< T >> node) | |
| INLINE ListIterator & | operator++ () | 
| INLINE ListIterator | operator++ (int) | 
| INLINE ListIterator & | operator-- () | 
| INLINE ListIterator | operator-- (int) | 
| INLINE T & | operator* () const | 
| INLINE RawPtr< T > | operator-> () const | 
| INLINE | operator bool () const | 
| INLINE bool | operator! () const | 
| bool | operator== (const ListIterator &other) const | 
| bool | operator!= (const ListIterator &other) const | 
Friends | |
| template<typename , typename > | |
| class | List | 
| using ListIterator< T >::difference_type = std::ptrdiff_t | 
| using ListIterator< T >::iterator_category = std::bidirectional_iterator_tag | 
| using ListIterator< T >::pointer = T* | 
| using ListIterator< T >::reference = T& | 
| using ListIterator< T >::value_type = T | 
      
  | 
  inlineexplicit | 
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |