protected:
void init(basic_streambuf<CharT, Traits>* sb);
概要
*this
を初期化する。
効果
*this
の状態を以下の表のようになるよう設定する。
要素 | 値 |
---|---|
rdbuf() |
sb |
tie() |
0 |
rdstate() |
sb がヌルポインタでなければ goodbit 、そうでなければ badbit |
exceptions() |
goodbit |
flags() |
skipws | dec |
width() |
0 |
precision() |
6 |
fill() |
widen(' ') |
getloc() |
locale() のコピー |
iword() で使用される私用記憶域 |
なし |
pword() で使用される私用記憶域 |
なし |
戻り値
無し
バージョン
言語
- C++98