streams.cpp
Go to the documentation of this file.
1 #include "streams.hpp"
2 
3 
4 pFlow::Ostream pFlow::output(std::cout, "pFlow Ostream");
5 
6 pFlow::Istream pFlow::input( std::cin, "sFlow Istream");
7 
8 pFlow::Ostream pFlow::errReport( std::cerr, "pFlow error report stream");
pFlow::input
Istream input
pFlow::Istream
Definition: Istream.hpp:38
pFlow::output
Ostream output
pFlow::errReport
Ostream errReport
streams.hpp
pFlow::Ostream
Definition: Ostream.hpp:35