Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
iostream.h File Reference

iostream class More...

Go to the source code of this file.

Classes

struct  setfill
 type for setfill manipulator More...
 
struct  setprecision
 type for setprecision manipulator More...
 
struct  setw
 type for setw manipulator More...
 
class  iostream
 Input/Output stream. More...
 

Functions

istreamws (istream &is)
 
ostreamendl (ostream &os)
 
ostreamflush (ostream &os)
 
ostreamoperator<< (ostream &os, const setfill &arg)
 
istreamoperator>> (istream &obj, const setfill &arg)
 
ostreamoperator<< (ostream &os, const setprecision &arg)
 
istreamoperator>> (istream &is, const setprecision &arg)
 
ostreamoperator<< (ostream &os, const setw &arg)
 
istreamoperator>> (istream &is, const setw &arg)
 

Detailed Description

iostream class

Function Documentation

◆ endl()

ostream & endl ( ostream os)
inline

insert endline

Parameters
[in]osThe Stream
Returns
The stream

◆ flush()

ostream & flush ( ostream os)
inline

flush manipulator

Parameters
[in]osThe stream
Returns
The stream

◆ operator<<() [1/3]

ostream & operator<< ( ostream os,
const setfill arg 
)
inline

setfill manipulator

Parameters
[in]osthe stream
[in]argset setfill object
Returns
the stream

◆ operator<<() [2/3]

ostream & operator<< ( ostream os,
const setprecision arg 
)
inline

setprecision manipulator

Parameters
[in]osthe stream
[in]argset setprecision object
Returns
the stream

◆ operator<<() [3/3]

ostream & operator<< ( ostream os,
const setw arg 
)
inline

setw manipulator

Parameters
[in]osthe stream
[in]argset setw object
Returns
the stream

◆ operator>>() [1/3]

istream & operator>> ( istream is,
const setprecision arg 
)
inline

setprecision manipulator

Parameters
[in]isthe stream
[in]argset setprecision object
Returns
the stream

◆ operator>>() [2/3]

istream & operator>> ( istream is,
const setw arg 
)
inline

setw manipulator

Parameters
[in]isthe stream
[in]argset setw object
Returns
the stream

◆ operator>>() [3/3]

istream & operator>> ( istream obj,
const setfill arg 
)
inline

setfill manipulator

Parameters
[in]objthe stream
[in]argset setfill object
Returns
the stream

◆ ws()

istream & ws ( istream is)
inline

Skip white space

Parameters
[in]isthe Stream
Returns
The stream