|
STK++ 0.9.13
|
In this file we sur-define the standard streams with the STK fundamental type Char. More...
#include <iostream>#include <fstream>#include <sstream>

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< 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 for Char | |
| typedef std::basic_ostringstream< Char > | STK::ostringstream |
| ostringstream (ostringstream) for Char | |
| typedef std::basic_stringstream< Char > | STK::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 |
In this file we sur-define the standard streams with the STK fundamental type Char.
Definition in file STK_Stream.h.