Vcsn
2.4
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 |
Definition at line 628 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set().
|
inlinenoexcept |
Definition at line 633 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set().
|
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 |
Advance to next position.
Definition at line 671 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::it_.
|
inline |
Definition at line 657 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::it_.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::equal().
|
inline |
Definition at line 662 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::it_.
|
inlinenoexcept |
Definition at line 645 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::it_.
|
inline |
Definition at line 652 of file wet.hh.
References vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set_.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::equal(), and vcsn::detail::wet_bitset::iterator_impl< Value, Set >::iterator_impl().
|
friend |
|
private |
Definition at line 685 of file wet.hh.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::increment(), vcsn::detail::wet_bitset::iterator_impl< Value, Set >::iterator(), vcsn::detail::wet_bitset::iterator_impl< Value, Set >::operator*(), and vcsn::detail::wet_bitset::iterator_impl< Value, Set >::operator=().
|
private |
Underlying bitset.
Definition at line 684 of file wet.hh.
Referenced by vcsn::detail::wet_bitset::iterator_impl< Value, Set >::set().