ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
str_aio.cpp File Reference

(Last Changed on April 04, 2020 for git-revision 4c2b56675dc4e9eae07127ba8f8733c85ab28d01.)

Input and output functions for types adstring_array. More...

#include <fvar.hpp>
#include <cifstrem.h>

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...
 
cifstreamoperator>> (cifstream &ifs, adstring_array &sa)
 Extract adstring_array from ifstream. More...
 

Detailed Description

Input and output functions for types adstring_array.

Author
David Fournier

Definition in file str_aio.cpp.

Function Documentation

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.