Embedded Template Library 1.0
etl::imultiset< TKey, TCompare >::const_iterator Class Reference

const_iterator More...

#include <multiset.h>

Public Member Functions

 const_iterator (const imultiset &multiset)
 
 const_iterator (const imultiset &multiset, const Node *node)
 
 const_iterator (const typename imultiset::iterator &other)
 
 const_iterator (const const_iterator &other)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator= (const const_iterator &other)
 
const_reference operator* () const
 
const_pointer operator& () const
 
const_pointer operator-> () const
 

Friends

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

Additional Inherited Members

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

Detailed Description

template<typename TKey, typename TCompare = ETL_OR_STD::less<TKey>>
class etl::imultiset< TKey, TCompare >::const_iterator

const_iterator


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