ADMB Documentation
-a65f1c97
|
Input and output functions for types adstring_array. More...
Go to the source code of this file.
Functions | |
ostream & | operator<< (const ostream &_ofs, const adstring_array &sa) |
Insert adstring_array to ofstream. More... | |
ifstream & | operator>> (ifstream &ifs, adstring_array &sa) |
Extract adstring_array from ifstream. More... | |
cifstream & | operator>> (cifstream &ifs, adstring_array &sa) |
Extract adstring_array from ifstream. More... | |
Input and output functions for types adstring_array.
Definition in file str_aio.cpp.
ostream& operator<< | ( | const ostream & | _ofs, |
const adstring_array & | sa | ||
) |
Insert adstring_array to ofstream.
Definition at line 30 of file str_aio.cpp.
ifstream& operator>> | ( | ifstream & | ifs, |
adstring_array & | sa | ||
) |
Extract adstring_array from ifstream.
Definition at line 14 of file str_aio.cpp.
cifstream& operator>> | ( | cifstream & | ifs, |
adstring_array & | sa | ||
) |
Extract adstring_array from ifstream.
Definition at line 48 of file str_aio.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |