osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
iostream.hpp
Go to the documentation of this file.
1 //====================================================
2 // File data
3 //====================================================
12 //====================================================
13 // Preprocessor settings
14 //====================================================
15 
16 #pragma once
17 #ifndef OSMANIP_UTILITY_IOSTREAM_HPP
18 #define OSMANIP_UTILITY_IOSTREAM_HPP
19 
20 //====================================================
21 // Headers
22 //====================================================
23 
24 // My headers
26 
27 // STD headers
28 #include <ostream>
29 
30 namespace osm {
31 
32  //====================================================
33  // Global variables
34  //====================================================
35 
36  extern std::ostream cout;
37  extern OutputRedirector redirout;
39 
40 } // namespace osm
41 
42 #endif // OSMANIP_COUT_INCLUDE_UTILITY_IOSTREAM_HPP
Definition: canvas.cpp:30
OutputRedirector redirout
Link to osm::cout.
Definition: iostream.cpp:32
std::ostream cout