Core Library
Classes | Namespaces | Functions
TextFileIterator.hpp File Reference

The TextFileIterator class declaration. More...

#include "UniquePtr.hpp"
#include "tfstream.hpp"

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.

Detailed Description

The TextFileIterator class declaration.

Author:
Chris Oldwood