txt::LineItr Class Reference
An iterator which can iterate over the lines in a File. A const LineItr is the same as a non-const LineItr since one can never modify the dereferenced string through a line iterator.
Public Methods
- operator= (const LineItr &itr)
- operator * () const
- operator-> () const
- operator++ (int)
- operator++ ()
- nextLine ()
- getLineNum () const
- getFilePtr () const
Friends
- operator== (const LineItr &itr1, const LineItr &itr2)
- operator!= (const LineItr &itr1, const LineItr &itr2)