STK++ 0.9.13
STK_Stream.h File Reference

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

#include <iostream>
#include <fstream>
#include <sstream>
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
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Typedefs

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

Detailed Description

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

Definition in file STK_Stream.h.