ldas-tools-al  2.6.3
Classes | Macros | Typedefs
fstream.hh File Reference
#include <stdlib.h>
#include <functional>
#include <iostream>
#include <locale>
#include <streambuf>
Include dependency graph for fstream.hh:

Classes

class  basic_filebuf< _CharT, _Traits >
 Buffer for file streams. More...
 
struct  _Filebuf_Tmp_Buf< _CharT >
 
class  _Noconv_output< _Traits >
 
class  _Noconv_output< std::char_traits< char > >
 
class  _Noconv_input< _Traits >
 basic_filebuf<> helper functions. More...
 
class  _Noconv_input< std::char_traits< char > >
 
class  _Underflow< _CharT, _Traits >
 
class  _Underflow< char, std::char_traits< char > >
 
class  basic_ifstream< _CharT, _Traits >
 Class basic_ifstream<> More...
 
class  basic_ofstream< _CharT, _Traits >
 Class basic_ofstream<> More...
 
class  basic_fstream< _CharT, _Traits >
 Class basic_fstream<> More...
 

Macros

#define __BF_int_type__   typename basic_filebuf< _CharT, _Traits >::int_type
 
#define __BF_pos_type__   typename basic_filebuf< _CharT, _Traits >::pos_type
 
#define __BF_off_type__   typename basic_filebuf< _CharT, _Traits >::off_type
 

Typedefs

typedef basic_filebuf< char > filebuf
 
typedef basic_fstream< char > fstream
 
typedef basic_ifstream< char > ifstream
 
typedef basic_ofstream< char > ofstream
 

Macro Definition Documentation

◆ __BF_int_type__

#define __BF_int_type__   typename basic_filebuf< _CharT, _Traits >::int_type

◆ __BF_off_type__

#define __BF_off_type__   typename basic_filebuf< _CharT, _Traits >::off_type

◆ __BF_pos_type__

#define __BF_pos_type__   typename basic_filebuf< _CharT, _Traits >::pos_type

Typedef Documentation

◆ filebuf

typedef basic_filebuf< char > filebuf

◆ fstream

typedef basic_fstream< char > fstream

◆ ifstream

typedef basic_ifstream< char > ifstream

◆ ofstream

typedef basic_ofstream< char > ofstream