template Class General::_Underflow<class _CharT, class _Traits>
Contained in: General
Derived from:
none
Derived by:
none
#include "general/fstream.hh"
Description:
underflow() may be called for one of two reasons. (1) We've
been going through the special putback buffer, and we need to move back
to the regular internal buffer. (2) We've exhausted the internal buffer,
and we need to replentish it.
Function Member Descriptions:
General::_Underflow::_M_doit
static int_type _M_doit(basic_filebuf<_CharT, _Traits>* __this);