std.ios

class std.ios
Represents:

c++ class

Wraps:

std::ios

Methods:

:flags()

Return type:

std.ios.fmtflags

:flags(std.ios.fmtflags flags)

Parameters:

flags (std.ios.fmtflags) –

Return type:

std.ios.fmtflags

:setf(std.ios.fmtflags flags)

Parameters:

flags (std.ios.fmtflags) –

Return type:

std.ios.fmtflags

:setf(std.ios.fmtflags flags, std.ios.fmtflags mask)

Parameters:
Return type:

std.ios.fmtflags

:unsetf(std.ios.fmtflags flags)

Parameters:

flags (std.ios.fmtflags) –

:precision()

Return type:

unsigned

:precision(unsigned prec)

Parameters:

prec (unsigned) –

Return type:

unsigned

:width()

Return type:

unsigned

:width(unsigned prec)

Parameters:

prec (unsigned) –

Return type:

unsigned

:good()

Return type:

bool

:eof()

Return type:

bool

:fail()

Return type:

bool

:bad()

Return type:

bool

:rdstate()

Return type:

std.ios.iostate

:setstate(std.ios.iostate state)

Parameters:

state (std.ios.iostate) –

:clear()

:clear(std.ios.iostate state)

Parameters:

state (std.ios.iostate) –

:fill()

Return type:

char

:fill(char ch)

Parameters:

ch (char) –

Return type:

char