Core Library
|
The TextFileIterator class declaration. More...
Classes | |
class | Core::TextFileIterator |
The iterator type used to read lines of text from a file. More... | |
Namespaces | |
namespace | Core |
The Core Library namespace. | |
Functions | |
bool | Core::operator== (const TextFileIterator &lhs, const TextFileIterator &rhs) |
Compare two iterators for equivalence. | |
bool | Core::operator!= (const TextFileIterator &lhs, const TextFileIterator &rhs) |
Compare two iterators for difference. |
The TextFileIterator class declaration.