ldas-tools-al  2.6.6
Public Types | Static Public Member Functions | List of all members
_Underflow< char, std::char_traits< char > > Class Reference

#include <fstream.hh>

Public Types

typedef std::char_traits< char >::int_type int_type
 
typedef std::char_traits< char > traits_type
 
typedef std::char_traits< char >::int_type int_type
 
typedef std::char_traits< char > traits_type
 
typedef std::char_traits< char >::int_type int_type
 
typedef std::char_traits< char > traits_type
 

Static Public Member Functions

static int _M_doit (basic_filebuf< char, traits_type > *__this)
 
static int _M_doit (basic_filebuf< char, traits_type > *__this)
 
static int _M_doit (basic_filebuf< char, traits_type > *__this)
 

Detailed Description

Specialization of underflow: if the character type is char, maybe we can use mmap instead of read.

Member Typedef Documentation

◆ int_type [1/3]

typedef std::char_traits< char >::int_type _Underflow< char, std::char_traits< char > >::int_type

◆ int_type [2/3]

typedef std::char_traits< char >::int_type _Underflow< char, std::char_traits< char > >::int_type

◆ int_type [3/3]

typedef std::char_traits< char >::int_type _Underflow< char, std::char_traits< char > >::int_type

◆ traits_type [1/3]

typedef std::char_traits< char > _Underflow< char, std::char_traits< char > >::traits_type

◆ traits_type [2/3]

typedef std::char_traits< char > _Underflow< char, std::char_traits< char > >::traits_type

◆ traits_type [3/3]

typedef std::char_traits< char > _Underflow< char, std::char_traits< char > >::traits_type

Member Function Documentation

◆ _M_doit() [1/3]

static int _Underflow< char, std::char_traits< char > >::_M_doit ( basic_filebuf< char, traits_type > *  __this)
static

◆ _M_doit() [2/3]

static int _Underflow< char, std::char_traits< char > >::_M_doit ( basic_filebuf< char, traits_type > *  __this)
static

◆ _M_doit() [3/3]

static int _Underflow< char, std::char_traits< char > >::_M_doit ( basic_filebuf< char, traits_type > *  __this)
static

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