GCC Middle and Back End API Reference
hash_table< Descriptor, Lazy, Allocator >::iterator Class Reference

#include <hash-table.h>

Public Member Functions

 iterator ()
 
 iterator (value_type *slot, value_type *limit)
 
value_typeoperator* ()
 
void slide ()
 
iteratoroperator++ ()
 
bool operator!= (const iterator &other) const
 

Private Attributes

value_typem_slot
 
value_typem_limit
 

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<typename Descriptor , bool Lazy = false, template< typename Type > class Allocator = xcallocator>
hash_table< Descriptor, Lazy, Allocator >::iterator::iterator ( )
inline

◆ iterator() [2/2]

template<typename Descriptor , bool Lazy = false, template< typename Type > class Allocator = xcallocator>
hash_table< Descriptor, Lazy, Allocator >::iterator::iterator ( value_type * slot,
value_type * limit )
inline

Member Function Documentation

◆ operator!=()

◆ operator*()

template<typename Descriptor , bool Lazy = false, template< typename Type > class Allocator = xcallocator>
value_type & hash_table< Descriptor, Lazy, Allocator >::iterator::operator* ( )
inline

◆ operator++()

template<typename Descriptor , bool Lazy, template< typename Type > class Allocator>
hash_table< Descriptor, Lazy, Allocator >::iterator & hash_table< Descriptor, Lazy, Allocator >::iterator::operator++ ( )
inline
Bump the iterator.   

◆ slide()

Field Documentation

◆ m_limit

◆ m_slot


The documentation for this class was generated from the following file: