Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmarks.h
H A Dwatchtowerlist.h
/glogg/src/
H A Dmarks.h82 const_iterator( QList<Mark>::const_iterator iter ) in const_iterator() argument
83 { internal_iter_ = iter; } in const_iterator()
H A Dwatchtowerlist.h161 const typename Container::iterator& iter ) in iterator() argument
162 { list_ = list; pos_ = iter; } in iterator()