Lines Matching refs:traits
110 template <class charT, class traits = char_traits<charT> >
117 typedef typename traits::int_type int_type;
118 typedef typename traits::pos_type pos_type;
119 typedef typename traits::off_type off_type;
120 typedef traits traits_type;
136 explicit basic_ios(basic_streambuf<charT,traits>* sb);
140 basic_ostream<charT,traits>* tie() const;
141 basic_ostream<charT,traits>* tie(basic_ostream<charT,traits>* tiestr);
143 basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
161 void init(basic_streambuf<charT,traits>* sb);
164 void set_rdbuf(basic_streambuf<charT, traits>* sb);