Lines Matching defs:self
323 typedef NodeIterator self;
329 self &operator++() {
333 self &operator--() {
337 bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
345 self next() const {
346 self r(*this);
350 self prev() const {
351 self r(*this);
355 self &advance();
356 self &retreat();