ldas-tools-al  2.6.7
Static Public Member Functions | List of all members
_Underflow< _CharT, _Traits > Class Template Reference

#include <fstream.hh>

Static Public Member Functions

static int_type _M_doit (basic_filebuf< _CharT, _Traits > *__this)
 

Detailed Description

template<class _CharT, class _Traits>
class _Underflow< _CharT, _Traits >

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.

Member Function Documentation

◆ _M_doit()

template<class _CharT , class _Traits >
_Underflow< _CharT, _Traits >::int_type _Underflow< _CharT, _Traits >::_M_doit ( basic_filebuf< _CharT, _Traits > *  __this)
static

There is a specialized version of underflow, for basic_filebuf<char>, in fstream.cxx.


The documentation for this class was generated from the following file: