typedef basic_streambuf<char> streambuf;
char
型別)的流緩衝區類的基虛類。模板引數 | 定義 | 註釋 |
---|---|---|
charT | char | 別名為成員 char_type |
特性 (traits) | char_traits<char> | 別名為成員 traits_type |
成員型別 | 定義 |
---|---|
char_type | char |
traits_type | char_traits<char> |
int_type | int |
pos_type | streampos |
off_type | streamoff |
起始 (起始指標) | 當前位置 (獲取/放置指標) | 結尾 (結尾指標) | |
---|---|---|---|
輸入序列 | eback | gptr | egptr |
輸出序列 | pbase | pptr | epptr |