24 #include <iostream.hpp>
25 #include <iomanip.hpp>
26 #include <fstream.hpp>
37 ostream& ostr = (ostream&) _ostr;
48 using std::streamsize;
50 ostream& s=(ostream&) _s;
51 streamsize new_w = s.width();
52 streamsize new_p = s.precision();
53 #if !defined(__cplusplus)
54 long new_form = s.flags();
56 ios::fmtflags new_form = s.flags();
58 char new_fill = s.fill();
81 istream& istr = (istream&) _istr;
void write_on(const ostream &) const
Description not yet available.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
void read_from(const istream &)
Description not yet available.