Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h383 pointer operator->() const { return GetPointerFromNode(it_.operator->());}
390 TIt &operator++() { (void)++it_; return *this; }
404 TIt &operator--() { (void)--it_; return *this; }
421 friend bool operator == (TIt it1, TIt it2) { return it1.it_== it2.it_; }
437 /* ctor */ explicit iterator(TIt_base_ it) : it_(it) {} in iterator()
438 TIt_base_ it_; variable
471 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator()
489 pointer operator->() const { return GetPointerFromNode(it_.operator->());}
496 TIt &operator++() { (void)++it_; return *this; }
510 TIt &operator--() { (void)--it_; return *this;}
[all …]