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
ios.h File Reference

ios_base and ios classes More...

Go to the source code of this file.

Classes

class  ios_base
 Base class for all streams. More...
 
class  ios
 Error and state information for all streams. More...
 

Typedefs

typedef fspos_t pos_t
 
typedef FatFile StreamBaseFile
 

Functions

ios_baseboolalpha (ios_base &str)
 
ios_basedec (ios_base &str)
 
ios_basehex (ios_base &str)
 
ios_baseinternal (ios_base &str)
 
ios_baseleft (ios_base &str)
 
ios_basenoboolalpha (ios_base &str)
 
ios_basenoshowbase (ios_base &str)
 
ios_basenoshowpoint (ios_base &str)
 
ios_basenoshowpos (ios_base &str)
 
ios_basenoskipws (ios_base &str)
 
ios_basenouppercase (ios_base &str)
 
ios_baseoct (ios_base &str)
 
ios_baseright (ios_base &str)
 
ios_baseshowbase (ios_base &str)
 
ios_baseshowpos (ios_base &str)
 
ios_baseshowpoint (ios_base &str)
 
ios_baseskipws (ios_base &str)
 
ios_baseuppercase (ios_base &str)
 

Detailed Description

ios_base and ios classes

Typedef Documentation

◆ pos_t

typedef fspos_t pos_t

For internal use in c++ streams

◆ StreamBaseFile

Set File type for iostreams.

Function Documentation

◆ boolalpha()

ios_base & boolalpha ( ios_base str)
inline

function for boolalpha manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ dec()

ios_base & dec ( ios_base str)
inline

function for dec manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ hex()

ios_base & hex ( ios_base str)
inline

function for hex manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ internal()

ios_base & internal ( ios_base str)
inline

function for internal manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ left()

ios_base & left ( ios_base str)
inline

function for left manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ noboolalpha()

ios_base & noboolalpha ( ios_base str)
inline

function for noboolalpha manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ noshowbase()

ios_base & noshowbase ( ios_base str)
inline

function for noshowbase manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ noshowpoint()

ios_base & noshowpoint ( ios_base str)
inline

function for noshowpoint manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ noshowpos()

ios_base & noshowpos ( ios_base str)
inline

function for noshowpos manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ noskipws()

ios_base & noskipws ( ios_base str)
inline

function for noskipws manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ nouppercase()

ios_base & nouppercase ( ios_base str)
inline

function for nouppercase manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ oct()

ios_base & oct ( ios_base str)
inline

function for oct manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ right()

ios_base & right ( ios_base str)
inline

function for right manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ showbase()

ios_base & showbase ( ios_base str)
inline

function for showbase manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ showpoint()

ios_base & showpoint ( ios_base str)
inline

function for showpoint manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ showpos()

ios_base & showpos ( ios_base str)
inline

function for showpos manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ skipws()

ios_base & skipws ( ios_base str)
inline

function for skipws manipulator

Parameters
[in]strThe stream
Returns
The stream

◆ uppercase()

ios_base & uppercase ( ios_base str)
inline

function for uppercase manipulator

Parameters
[in]strThe stream
Returns
The stream