SdFat
Classes | Functions
Arduino/libraries/SdFat/iostream.h File Reference

iostream class More...

#include <istream.h>
#include <ostream.h>
Include dependency graph for iostream.h:
This graph shows which files directly or indirectly include this file:

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

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

Detailed Description

iostream class


Function Documentation

ostream& endl ( ostream os) [inline]

insert endline

Parameters:
[in]osThe Stream
Returns:
The stream
ostream& flush ( ostream os) [inline]

flush manipulator

Parameters:
[in]osThe stream
Returns:
The stream
ostream& operator<< ( ostream os,
const setfill arg 
) [inline]

setfill manipulator

Parameters:
[in]osthe stream
[in]argset setfill object
Returns:
the stream
ostream& operator<< ( ostream os,
const setw arg 
) [inline]

setw manipulator

Parameters:
[in]osthe stream
[in]argset setw object
Returns:
the stream
ostream& operator<< ( ostream os,
const setprecision arg 
) [inline]

setprecision manipulator

Parameters:
[in]osthe stream
[in]argset setprecision object
Returns:
the stream
istream& operator>> ( istream obj,
const setfill arg 
) [inline]

setfill manipulator

Parameters:
[in]objthe stream
[in]argset setfill object
Returns:
the stream
istream& operator>> ( istream is,
const setprecision arg 
) [inline]

setprecision manipulator

Parameters:
[in]isthe stream
[in]argset setprecision object
Returns:
the stream
istream& operator>> ( istream is,
const setw arg 
) [inline]

setw manipulator

Parameters:
[in]isthe stream
[in]argset setw object
Returns:
the stream
istream& ws ( istream is) [inline]

Skip white space

Parameters:
[in]isthe Stream
Returns:
The stream