reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/sstream.tcc
   96 	  char_type* __base = const_cast<char_type*>(_M_string.data());
  117       const char_type __conv = traits_type::to_char_type(__c);
  179       const char_type* __beg = __testin ? this->eback() : this->pbase();
  222       const char_type* __beg = __testin ? this->eback() : this->pbase();
  246     _M_sync(char_type* __base, __size_type __i, __size_type __o)
  250       char_type* __endg = __base + _M_string.size();
  251       char_type* __endp = __base + _M_string.capacity();
  277     _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off)
  277     _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off)
usr/include/c++/7.4.0/sstream
   79       typedef basic_streambuf<char_type, traits_type>  	__streambuf_type;
   80       typedef basic_string<char_type, _Traits, _Alloc> 	__string_type;
  243       setbuf(char_type* __s, streamsize __n)
  273       _M_sync(char_type* __base, __size_type __i, __size_type __o);
  293       _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off);
  293       _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off);
  335 	  char_type* __str = const_cast<char_type*>(_M_to->_M_string.data());