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 setw &arg) |
ostream & | operator<< (ostream &os, const setprecision &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
insert endline
[in] | os | The Stream |
flush manipulator
[in] | os | The stream |
setfill manipulator
[in] | os | the stream |
[in] | arg | set setfill object |
setw manipulator
[in] | os | the stream |
[in] | arg | set setw object |
ostream& operator<< | ( | ostream & | os, |
const setprecision & | arg | ||
) | [inline] |
setprecision manipulator
[in] | os | the stream |
[in] | arg | set setprecision object |
setfill manipulator
[in] | obj | the stream |
[in] | arg | set setfill object |
istream& operator>> | ( | istream & | is, |
const setprecision & | arg | ||
) | [inline] |
setprecision manipulator
[in] | is | the stream |
[in] | arg | set setprecision object |
setw manipulator
[in] | is | the stream |
[in] | arg | set setw object |