15 #include <iostream.hpp>
16 #include <iomanip.hpp>
17 #include <fstream.hpp>
48 n *= (int)
sizeof(
int);
76 n *= (int)
sizeof(
int);
void read(const test_smartlist &, void *, int nsize)
void read_from(const istream &s)
Reads all the elements from istream _s.
Array of integers(int) with indexes from index_min to indexmax.
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void write(const test_smartlist &, void *, int nsize)
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 write_on(const ostream &s) const
Writes all the elements to the ostream _s.
Description not yet available.