| 
    HDK
    
   | 
 
#include <GU_OrderedIndexGroup.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag | 
| using | value_type = const INDEX | 
| using | difference_type = std::ptrdiff_t | 
| using | pointer = value_type * | 
| using | reference = value_type & | 
Public Member Functions | |
| const INDEX & | operator* () | 
| bool | operator== (const const_iterator &it) | 
| bool | operator!= (const const_iterator &it) | 
| const_iterator & | operator++ () | 
Protected Member Functions | |
| const_iterator (const typename IndexOrder::const_iterator &it, const typename IndexOrder::const_iterator &end) | |
Friends | |
| class | GU_OrderedIndexGroup | 
Definition at line 108 of file GU_OrderedIndexGroup.h.
| using GU_OrderedIndexGroup< INDEX >::const_iterator::difference_type = std::ptrdiff_t | 
Definition at line 113 of file GU_OrderedIndexGroup.h.
| using GU_OrderedIndexGroup< INDEX >::const_iterator::iterator_category = std::forward_iterator_tag | 
Definition at line 111 of file GU_OrderedIndexGroup.h.
| using GU_OrderedIndexGroup< INDEX >::const_iterator::pointer = value_type* | 
Definition at line 114 of file GU_OrderedIndexGroup.h.
| using GU_OrderedIndexGroup< INDEX >::const_iterator::reference = value_type& | 
Definition at line 115 of file GU_OrderedIndexGroup.h.
| using GU_OrderedIndexGroup< INDEX >::const_iterator::value_type = const INDEX | 
Definition at line 112 of file GU_OrderedIndexGroup.h.
      
  | 
  inlineprotected | 
Definition at line 130 of file GU_OrderedIndexGroup.h.
      
  | 
  inline | 
Definition at line 120 of file GU_OrderedIndexGroup.h.
      
  | 
  inline | 
Definition at line 117 of file GU_OrderedIndexGroup.h.
      
  | 
  inline | 
Definition at line 122 of file GU_OrderedIndexGroup.h.
      
  | 
  inline | 
Definition at line 119 of file GU_OrderedIndexGroup.h.
      
  | 
  friend | 
Definition at line 129 of file GU_OrderedIndexGroup.h.