Home
last modified time | relevance | path

Searched refs:it_ (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/ut/
Dut_LinkList.h380 pointer operator->() const { return GetPointerFromNode(it_.operator->());}
387 TIt &operator++() { (void)++it_; return *this; }
401 TIt &operator--() { (void)--it_; return *this; }
418 friend bool operator == (TIt it1, TIt it2) { return it1.it_== it2.it_; }
434 /* ctor */ explicit iterator(TIt_base_ it) : it_(it) {} in iterator()
435 TIt_base_ it_; variable
468 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator()
486 pointer operator->() const { return GetPointerFromNode(it_.operator->());}
493 TIt &operator++() { (void)++it_; return *this; }
507 TIt &operator--() { (void)--it_; return *this;}
[all …]