| SdFat
    | 


| Classes | |
| class | iostream | 
| Input/Output stream.  More... | |
| struct | setfill | 
| type for setfill manipulator  More... | |
| struct | setprecision | 
| type for setprecision manipulator  More... | |
| struct | setw | 
| type for setw manipulator  More... | |
| Functions | |
| ostream & | endl (ostream &os) | 
| ostream & | flush (ostream &os) | 
| ostream & | operator<< (ostream &os, const setfill &arg) | 
| ostream & | operator<< (ostream &os, const setprecision &arg) | 
| ostream & | operator<< (ostream &os, const setw &arg) | 
| istream & | operator>> (istream &obj, const setfill &arg) | 
| istream & | operator>> (istream &is, const setprecision &arg) | 
| istream & | operator>> (istream &is, const setw &arg) | 
| istream & | ws (istream &is) | 
iostream class
flush manipulator
| [in] | os | The stream | 
setfill manipulator
| [in] | os | the stream | 
| [in] | arg | set setfill object | 
| 
 | inline | 
setprecision manipulator
| [in] | os | the stream | 
| [in] | arg | set setprecision object | 
setw manipulator
| [in] | os | the stream | 
| [in] | arg | set setw object | 
setfill manipulator
| [in] | obj | the stream | 
| [in] | arg | set setfill object | 
| 
 | inline | 
setprecision manipulator
| [in] | is | the stream | 
| [in] | arg | set setprecision object | 
setw manipulator
| [in] | is | the stream | 
| [in] | arg | set setw object | 
 1.8.10
 1.8.10