(Last Changed on August
02,
2017 for git-revision 80e0a7ecf4585f64b76a7468f6153782ee1b072d.)
Go to the source code of this file.
|
ostream & | operator<< (const ostream &output, const i5_array &iarray) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
istream & | operator>> (const istream &input, const i5_array &iarray) |
| Read iarray from input stream. More...
|
|
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const i5_array & |
iarray |
|
) |
| |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Write iarray to output stream.
- Parameters
-
Definition at line 26 of file i5io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const i5_array & |
iarray |
|
) |
| |
Read iarray from input stream.
- Parameters
-
Definition at line 48 of file i5io.cpp.