SdFat
Classes | Functions
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 setprecision &arg)
 
ostreamoperator<< (ostream &os, const setw &arg)
 
istreamoperator>> (istream &is, const setprecision &arg)
 
istreamoperator>> (istream &is, const setw &arg)
 
istreamoperator>> (istream &obj, const setfill &arg)
 
istreamws (istream &is)
 

Detailed Description

iostream class

Copyright (c) 2011-2020 Bill Greiman This file is part of the SdFat library for SD memory cards.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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