Searched refs:base_reference (Results 1 – 4 of 4) sorted by relevance
44 Iterator it = this->base_reference(); in dereference()49 void increment() { --this->base_reference(); } in increment()50 void decrement() { ++this->base_reference(); } in decrement()54 this->base_reference() -= n; in advance()61 return this->base_reference() - y.base(); in distance_to()
90 ++(this->base_reference()); in increment()96 while(!this->m_predicate(*--(this->base_reference()))){}; in decrement()102 ++(this->base_reference()); in satisfy_predicate()
282 Base const& base_reference() const in base_reference() function in boost::iterators::iterator_adaptor285 Base& base_reference() in base_reference() function in boost::iterators::iterator_adaptor
53 this->base_reference() = begin; in ever_circling_iterator()62 this->base_reference() = start; in ever_circling_iterator()69 this->base_reference() = it; in moveto()77 (this->base_reference())++; in increment()85 this->base_reference() = this->m_begin; in check_end()