![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
Iterator. More...
#include <wet.hh>
Public Types | |
| using | set_t = Set | 
| Underlying "iterator".  More... | |
| using | iterator_t = size_t | 
| using | value_t = Value | 
| using | reference_t = value_t & | 
Public Member Functions | |
| iterator_impl (set_t &set, iterator_t it) noexcept | |
| iterator_impl (set_t &set) noexcept | |
| iterator_impl (const iterator_impl &) noexcept=default | |
| template<typename OtherValue , typename OtherIterator > | |
| iterator_impl (const iterator_impl< OtherValue, OtherIterator > &that) noexcept | |
| iterator_impl & | operator= (const iterator_impl &that) noexcept | 
| const set_t & | set () const | 
| const iterator_t & | iterator () const | 
| welement_t | operator* () const | 
Private Member Functions | |
| void | increment () | 
| Advance to next position.  More... | |
| template<typename OtherValue , typename OtherSet > | |
| bool | equal (const iterator_impl< OtherValue, OtherSet > &that) const | 
Private Attributes | |
| set_t & | set_ | 
| Underlying bitset.  More... | |
| iterator_t | it_ | 
Friends | |
| class | boost::iterator_core_access | 
Iterator.
| using vcsn::detail::wet_bitset::iterator_impl< Value, Set >::iterator_t = size_t | 
| using vcsn::detail::wet_bitset::iterator_impl< Value, Set >::reference_t = value_t& | 
| using vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set_t = Set | 
| using vcsn::detail::wet_bitset::iterator_impl< Value, Set >::value_t = Value | 
      
  | 
  inlinenoexcept | 
      
  | 
  inlinenoexcept | 
      
  | 
  defaultnoexcept | 
      
  | 
  inlinenoexcept | 
Definition at line 640 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set().
      
  | 
  inlineprivate | 
Definition at line 677 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::iterator(), and vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set().
      
  | 
  inlineprivate | 
      
  | 
  inline | 
Definition at line 657 of file wet.hh.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::equal().
      
  | 
  inline | 
      
  | 
  inlinenoexcept | 
      
  | 
  inline | 
Definition at line 652 of file wet.hh.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::equal(), and vcsn::detail::wet_bitset::iterator_impl< Value, Set >::iterator_impl().
      
  | 
  friend | 
      
  | 
  private | 
      
  | 
  private |