(Last Changed on July
04,
2017 for git-revision 49f097346e59b0cf25d9bd4afac3c94bbfe4f317.)
Go to the source code of this file.
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const d4_array & |
values |
|
) |
| |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Write values to output.
- Parameters
-
Definition at line 27 of file d4_io.cpp.
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const d5_array & |
values |
|
) |
| |
Write values to output.
- Parameters
-
Definition at line 57 of file d4_io.cpp.
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const d6_array & |
values |
|
) |
| |
Write values to output.
- Parameters
-
Definition at line 87 of file d4_io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const d4_array & |
values |
|
) |
| |
Read from input to values.
- Parameters
-
Definition at line 42 of file d4_io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const d5_array & |
values |
|
) |
| |
Read from input to values.
- Parameters
-
Definition at line 72 of file d4_io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const d6_array & |
values |
|
) |
| |
Read from input to values.
- Parameters
-
Definition at line 102 of file d4_io.cpp.