Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Doverview.h
H A Dwatchtowerlist.h
/glogg/src/
H A Doverview.h42 WeightedLine() { pos_ = 0; weight_ = 0; } in WeightedLine()
44 WeightedLine( int pos ) { pos_ = pos; weight_ = 0; } in WeightedLine()
46 int position() const { return pos_; } in position()
52 int pos_;
H A Dwatchtowerlist.h162 { list_ = list; pos_ = iter; } in iterator()
165 { ++pos_; return *this; }
168 { return ( pos_ == other.pos_ ); }
174 { return pos_; }
178 typename Container::iterator pos_; variable