lockfree::unordered_set< T, Hash, Eq, Alloc, Multi >::iterator Struct Reference

Collaboration diagram for lockfree::unordered_set< T, Hash, Eq, Alloc, Multi >::iterator:

List of all members.

Public Member Functions

 iterator (const typename list_t::const_iterator &i)
 iterator (const iterator &)
const T & operator* () const
 operator const typename list_t::const_iterator & () const
iteratoroperator++ ()
iterator operator++ (int)
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const

template<typename T, typename Hash = std::hash<T>, typename Eq = std::equal_to<T>, typename Alloc = std::allocator<T>, typename Multi = std::false_type>
struct lockfree::unordered_set< T, Hash, Eq, Alloc, Multi >::iterator


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