console_streams.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_STREAMS_CONSOLE_STREAM_HPP_
13 #define ECL_STREAMS_CONSOLE_STREAM_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 #include "text_stream.hpp"
20 #include <ecl/devices/console.hpp>
21 
22 /*****************************************************************************
23 ** Namespaces
24 *****************************************************************************/
25 
26 namespace ecl {
27 
28 /*****************************************************************************
29 ** Typedefs
30 *****************************************************************************/
91 
92 } // namespace ecl
93 
94 #endif /* ECL_STREAMS_CONSOLE_STREAM_HPP_ */
TextStream< OConsole > OConsoleStream
Streams to standard output.
TextStream< IConsole > IConsoleStream
Streams to standard input.
TextStream< EConsole > EConsoleStream
Streams to standard error.
Convenience header for various text streams.
A text streaming interface.
Definition: text_stream.hpp:94


ecl_streams
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:58