Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
manipulators.cpp
Go to the documentation of this file.
1
9
/*****************************************************************************
10
** Includes
11
*****************************************************************************/
12
13
#include "../../include/ecl/streams/manipulators/end_of_line.hpp"
14
#include "../../include/ecl/streams/manipulators/clear_screen.hpp"
15
16
/*****************************************************************************
17
** Namespaces
18
*****************************************************************************/
19
20
namespace
ecl
{
21
22
/*****************************************************************************
23
** Using
24
*****************************************************************************/
25
26
EndOfLine
endl
;
27
ClearScreen
clrscr
;
28
29
}
// namespace ecl
ecl
ecl::clrscr
ClearScreen clrscr
Definition:
manipulators.cpp:27
ecl::endl
EndOfLine endl
Definition:
manipulators.cpp:26
ecl::EndOfLine
Replicates the well known end of line/flush combination.
Definition:
end_of_line.hpp:43
ecl::ClearScreen
Manipulator that clears a terminal screen the c++ (hard) way.
Definition:
clear_screen.hpp:48
ecl_streams
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:50