textwolf  0.2
Classes | Namespaces
istreamiterator.hpp File Reference

Definition of iterators for textwolf on an input stream class. More...

#include "textwolf/exception.hpp"
#include "textwolf/position.hpp"
#include <iostream>
#include <fstream>
#include <iterator>
#include <cstdlib>
#include <cerrno>
#include <cstring>
#include <stdexcept>
#include <stdint.h>

Go to the source code of this file.

Classes

class  textwolf::IStream
 Input stream interface. More...
 
class  textwolf::StdInputStream
 Input stream implementation based on std::istream. More...
 
class  textwolf::IStreamIterator
 Input iterator on an STL input stream. More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 

Detailed Description

Definition of iterators for textwolf on an input stream class.