21 #define __USE_IOSTREAM__
25 #include <iostream.hpp>
26 #include <iomanip.hpp>
27 #include <fstream.hpp>
28 #define __USE_IOSTREAM__
39 ostream & ostr = (ostream&) _ostr;
50 ostream& s = (ostream&)_s;
51 #ifdef __USE_IOSTREAM__
52 using std::streamsize;
53 streamsize new_w = s.width();
54 streamsize new_p = s.precision();
55 #if !defined(__cplusplus)
56 long new_form = s.flags();
58 ios::fmtflags new_form = s.flags();
60 char new_fill = s.fill();
64 #ifdef __USE_IOSTREAM__
80 s <<
" " << (*this)[i];
99 istream & istr = (istream&) _istr;
111 istream& s=(istream&) _s;
115 for (
int i=1; i <= n; i++)
void write_on(const ostream &s) const
Description not yet available.
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
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 &s)
Description not yet available.