shinema

Untitled

Oct 16th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. public:
  2. // Types (inherited from basic_ios (27.4.4)):
  3. typedef _CharT char_type;
  4. typedef typename _Traits::int_type int_type;
  5. typedef typename _Traits::pos_type pos_type;
  6. typedef typename _Traits::off_type off_type;
  7. typedef _Traits traits_type;
  8.  
  9. // Non-standard Types:
  10. typedef basic_streambuf<_CharT, _Traits> __streambuf_type;
  11. typedef basic_ios<_CharT, _Traits> __ios_type;
  12. typedef basic_istream<_CharT, _Traits> __istream_type;
  13. typedenum_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
  14. __num_get_type;
  15. typedef ctype<_CharT> __ctype_type;
  16.  
  17. protected:
  18. // Data Members:
  19. /**
  20. * The number of characters extracted in the previous unformatted
  21. * function; see gcount().
  22. */
  23. streamsize _M_gcount;
  24.  
  25. public:
  26. /**
Advertisement
Add Comment
Please, Sign In to add comment