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

#include <fstream.hh>

Public Types

typedef _Traits::int_type int_type
 
typedef _Traits traits_type
 
typedef _Traits::int_type int_type
 
typedef _Traits traits_type
 
typedef _Traits::int_type int_type
 
typedef _Traits traits_type
 

Static Public Member Functions

static int_type _M_doit (basic_filebuf< _CharT, _Traits > *__this)
 
static int_type _M_doit (basic_filebuf< _CharT, _Traits > *__this)
 
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 Typedef Documentation

◆ int_type [1/3]

template<class _CharT , class _Traits >
typedef _Traits::int_type _Underflow< _CharT, _Traits >::int_type

◆ int_type [2/3]

template<class _CharT , class _Traits >
typedef _Traits::int_type _Underflow< _CharT, _Traits >::int_type

◆ int_type [3/3]

template<class _CharT , class _Traits >
typedef _Traits::int_type _Underflow< _CharT, _Traits >::int_type

◆ traits_type [1/3]

template<class _CharT , class _Traits >
typedef _Traits _Underflow< _CharT, _Traits >::traits_type

◆ traits_type [2/3]

template<class _CharT , class _Traits >
typedef _Traits _Underflow< _CharT, _Traits >::traits_type

◆ traits_type [3/3]

template<class _CharT , class _Traits >
typedef _Traits _Underflow< _CharT, _Traits >::traits_type

Member Function Documentation

◆ _M_doit() [1/3]

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.

◆ _M_doit() [2/3]

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

◆ _M_doit() [3/3]

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

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