Embedded Template Library 1.0
etl::iset< TKey, TCompare >::iterator Class Reference

iterator. More...

#include <set.h>

Public Member Functions

 iterator (iset &set)
 
 iterator (iset &set, Node *node)
 
 iterator (const iterator &other)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
iteratoroperator= (const iterator &other)
 
reference operator* () const
 
pointer operator& () const
 
pointer operator-> () const
 

Friends

class iset
 
class const_iterator
 
bool operator== (const iterator &lhs, const iterator &rhs)
 
bool operator!= (const iterator &lhs, const iterator &rhs)
 

Additional Inherited Members

- Public Types inherited from etl::iterator< ETL_OR_STD::bidirectional_iterator_tag, value_type >
typedef value_type value_type
 
typedef ptrdiff_t difference_type
 
typedef value_type * pointer
 
typedef value_type & reference
 
typedef ETL_OR_STD::bidirectional_iterator_tag iterator_category
 

Detailed Description

template<typename TKey, typename TCompare = etl::less<TKey>>
class etl::iset< TKey, TCompare >::iterator

iterator.


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