Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::bitset< N >::const_iterator Class Reference

The const_iterator type. More...

#include <bitset.h>

Public Member Functions

 const_iterator ()
 Constructor.
 
 const_iterator (const typename bitset< N >::iterator &other)
 Copy constructor from iterator.
 
 const_iterator (const const_iterator &other)
 Copy constructor.
 
const_iteratoroperator++ ()
 ++ operator (pre)
 
const_iterator operator++ (int)
 ++ operator (post)
 
const_iteratoroperator-- ()
 – operator (pre)
 
const_iterator operator-- (int)
 – operator (post)
 
bool operator* () const
 
const_iteratoroperator+= (int i)
 += operator
 
const_iteratoroperator-= (int i)
 -= operator
 
const_iteratoroperator= (const const_iterator &other)
 = operator
 

Friends

class bitset< N >
 
const_iterator operator+ (const const_iterator &other, int i)
 
const_iterator operator- (const const_iterator &other, int i)
 
bool operator== (const const_iterator &lhs, const const_iterator &rhs)
 == operator
 
bool operator!= (const const_iterator &lhs, const const_iterator &rhs)
 != operator
 
bool operator< (const const_iterator &lhs, const const_iterator &rhs)
 < operator
 
bool operator> (const const_iterator &lhs, const const_iterator &rhs)
 

operator


 
bool operator<= (const const_iterator &lhs, const const_iterator &rhs)
 <= operator
 
bool operator>= (const const_iterator &lhs, const const_iterator &rhs)
 >= operator
 

Detailed Description

template<const size_t N>
class etl::bitset< N >::const_iterator

The const_iterator type.

Member Function Documentation

template<const size_t N>
bool etl::bitset< N >::const_iterator::operator* ( ) const
inline
  • operator const

Friends And Related Function Documentation

template<const size_t N>
const_iterator operator+ ( const const_iterator other,
int  i 
)
friend
  • operator
template<const size_t N>
const_iterator operator- ( const const_iterator other,
int  i 
)
friend
  • operator

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