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::clrscr
ClearScreen clrscr
Definition: manipulators.cpp:31
ecl::endl
EndOfLine endl
Definition: manipulators.cpp:30
ecl


ecl_streams
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:48