GCC Middle and Back End API Reference
hash_set< KeyId, Lazy, Traits >::iterator Class Reference

#include <hash-set.h>

Collaboration diagram for hash_set< KeyId, Lazy, Traits >::iterator:

Public Member Functions

 iterator (const typename hash_table< Traits, Lazy >::iterator &iter)
 
iteratoroperator++ ()
 
Key operator* ()
 
bool operator!= (const iterator &other) const
 

Private Attributes

hash_table< Traits, Lazy >::iterator m_iter
 

Constructor & Destructor Documentation

◆ iterator()

template<typename KeyId , bool Lazy = false, typename Traits = default_hash_traits<KeyId>>
hash_set< KeyId, Lazy, Traits >::iterator::iterator ( const typename hash_table< Traits, Lazy >::iterator & iter)
inlineexplicit

Member Function Documentation

◆ operator!=()

template<typename KeyId , bool Lazy = false, typename Traits = default_hash_traits<KeyId>>
bool hash_set< KeyId, Lazy, Traits >::iterator::operator!= ( const iterator & other) const
inline

◆ operator*()

template<typename KeyId , bool Lazy = false, typename Traits = default_hash_traits<KeyId>>
Key hash_set< KeyId, Lazy, Traits >::iterator::operator* ( )
inline

◆ operator++()

template<typename KeyId , bool Lazy = false, typename Traits = default_hash_traits<KeyId>>
iterator & hash_set< KeyId, Lazy, Traits >::iterator::operator++ ( )
inline

Field Documentation

◆ m_iter


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