ADMB Documentation
-a65f1c97
|
Member functions for class cifstream. More...
Go to the source code of this file.
Functions | |
cifstream & | operator>> (cifstream &istr, const dvar_matrix &varmat) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar3_array &vararr3) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar4_array &vararr4) |
Reads input into var from comment formatted input file. More... | |
cifstream & | operator>> (cifstream &istr, const dvar5_array &vararr5) |
Reads input into var from comment formatted input file. More... | |
Member functions for class cifstream.
Definition in file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar_matrix & | varmat | ||
) |
Reads input into var from comment formatted input file.
var | dvar_matrix |
Definition at line 49 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar3_array & | vararr3 | ||
) |
Reads input into var from comment formatted input file.
var | dvar3_array |
Definition at line 65 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar4_array & | vararr4 | ||
) |
Reads input into var from comment formatted input file.
var | dvar4_array |
Definition at line 78 of file dfadcif.cpp.
cifstream& operator>> | ( | cifstream & | istr, |
const dvar5_array & | vararr5 | ||
) |
Reads input into var from comment formatted input file.
var | dvar5_array |
Definition at line 91 of file dfadcif.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |