<ios> その他
ヘッダ
#include <ios>
定義
// 型定義
typedef ... streamoff;
typedef ... streamsize;
// マニピュレータ
ios_base& left(ios_base& stream);
ios_base& internal(ios_base& stream);
ios_base& right(ios_base& stream);
ios_base& dec(ios_base& stream);
ios_base& hex(ios_base& stream);
ios_base& oct(ios_base& stream);
ios_base& showbase(ios_base& stream);
ios_base& noshowbase(ios_base& stream);
ios_base& showpos(ios_base& stream);
ios_base& noshowpos(ios_base& stream);
ios_base& fixed(ios_base& stream);
ios_base& scientific(ios_base& stream);
ios_base& showpoint(ios_base& stream);
ios_base& noshowpoint(ios_base& stream);
ios_base& boolalpha(ios_base& stream);
ios_base& noboolalpha(ios_base& stream);
ios_base& skipws(ios_base& stream);
ios_base& noskipws(ios_base& stream);
ios_base& unitbuf(ios_base& stream);
ios_base& nounitbuf(ios_base& stream);
ios_base& uppercase(ios_base& stream);
ios_base& nouppercase(ios_base& stream);
型の説明
typedef ... streamoff;
ストリームの符号付きのオフセットを表す。
typedef ... streamsize;
ストリームのサイズを表す符号付き整数。
マニピュレータの説明
TBD
最終更新:2008年03月08日 08:33