STK++ 1.0
STK_Stream.h File Reference

In this file we sur-define the standard streams with the STK fundamental type Char. More...

#include <iostream>
#include <sstream>
#include <fstream>
#include "STK_Char.h"
Include dependency graph for STK_Stream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Typedefs

typedef std::basic_ios< Char > STK::ios
 ios for Char
typedef std::basic_streambuf
< Char > 
STK::streambuf
 streambuf for Char
typedef std::basic_istream< Char > STK::istream
 istream for Char
typedef std::basic_ostream< Char > STK::ostream
 ostream for Char
typedef std::basic_iostream< Char > STK::iostream
 iostream for Char
typedef std::basic_stringbuf
< Char > 
STK::stringbuf
 stringbuf for Char
typedef
std::basic_istringstream< Char > 
STK::istringstream
 istringstream (istringstream) for Char
typedef
std::basic_ostringstream< Char > 
STK::ostringstream
 ostringstream (ostringstream) for Char
typedef
std::basic_stringstream< Char > 
STK::stringstream
 stringstream (stringstream) for Char
typedef std::basic_filebuf< Char > STK::filebuf
 filebuf for Char
typedef std::basic_ifstream< Char > STK::ifstream
 ifstream for Char
typedef std::basic_ofstream< Char > STK::ofstream
 ofstream for Char
typedef std::basic_fstream< Char > STK::fstream
 fstream for Char

Detailed Description

In this file we sur-define the standard streams with the STK fundamental type Char.

Definition in file STK_Stream.h.