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;
42 for (
int i=min;i<=max-1;i++)
56 istream& istr= (istream&) _istr;
59 for (
int i=min;i<=
max;i++)
Description not yet available.
prnstream & endl(prnstream &)
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.