Convenience handles for console textstreams. More...
#include "text_stream.hpp"
#include <ecl/config/macros.hpp>
#include <ecl/devices/traits.hpp>
#include <ecl/errors/handlers.hpp>
#include <cstring>
#include <string>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/converters.hpp>
#include <ecl/concepts/devices.hpp>
#include "../manipulators/manipulator.hpp"
#include <iostream>
#include <limits>
#include <ecl/config/portable_types.hpp>
#include <ecl/type_traits/numeric_limits.hpp>
#include "base_text_stream.hpp"
#include <ecl/devices/console.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ecl |
Typedefs | |
typedef TextStream< EConsole > | ecl::EConsoleStream |
Streams to standard error. | |
typedef TextStream< IConsole > | ecl::IConsoleStream |
Streams to standard input. | |
typedef TextStream< OConsole > | ecl::OConsoleStream |
Streams to standard output. |
Convenience handles for console textstreams.
Definition in file console_streams.hpp.