22 #define __USE_IOSTREAM__
26 #include <iostream.hpp>
27 #include <iomanip.hpp>
28 #include <fstream.hpp>
29 #define __USE_IOSTREAM__
41 return (ostream&) ostr;
50 ostream& s =(ostream&) _s;
51 #ifdef __USE_IOSTREAM__
52 std::streamsize new_w = s.width();
53 std::streamsize new_p = s.precision();
54 #if !defined(__cplusplus)
55 long new_form = s.flags();
57 ios::fmtflags new_form = s.flags();
59 char new_fill = s.fill();
64 #ifdef __USE_IOSTREAM__
73 s <<
" " << (*this)[i];
87 return (istream&)istr;
int allocated(const ivector &v)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
void write_on(const ostream &) 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 &)
Description not yet available.