|
Evo C++ Library v0.5.1
|
#include <evo/io.h>
Console I/O.
Public Types | |
| typedef PipeOut::Format | Format |
| Stream output formatter with state. More... | |
| typedef PipeIn | InT |
| Input type. More... | |
| typedef PipeOut | OutT |
| Output type. More... | |
Static Public Member Functions | |
| static Console & | get () |
| Get console instance to use. More... | |
Public Attributes | |
| PipeOut | err |
| Write to console, error output. More... | |
| PipeIn | in |
| Read console input. More... | |
| PipeOut | out |
| Write to console, normal output. More... | |
| typedef PipeOut::Format Format |
Stream output formatter with state.
Example using File:
Example using Console (stdout):
For more examples see: Stream Formatting
| PipeOut err |
Write to console, error output.
| PipeIn in |
Read console input.
| PipeOut out |
Write to console, normal output.
1.8.13