Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::ideque< T >::const_iterator Struct Reference

Const Iterator. More...

#include <ideque.h>

Public Member Functions

 const_iterator (const const_iterator &other)
 
 const_iterator (const typename ideque::iterator &other)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iterator operator+= (difference_type offset)
 
const_iterator operator-= (difference_type offset)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_reference operator* () const
 
const_pointer operator-> () const
 
bool operator< (const const_iterator &other) const
 
difference_type get_index () const
 
idequeget_deque () const
 
pointer get_buffer () const
 
void swap (const_iterator &other)
 

Friends

class ideque
 
const_iterator operator+ (const const_iterator &lhs, difference_type offset)
 
const_iterator operator- (const const_iterator &lhs, difference_type offset)
 
bool operator== (const const_iterator &lhs, const const_iterator &rhs)
 
bool operator!= (const const_iterator &lhs, const const_iterator &rhs)
 

Detailed Description

template<typename T>
struct etl::ideque< T >::const_iterator

Const Iterator.


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