Jpp  15.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JColor.hh
Go to the documentation of this file.
1 #ifndef __JEEP__JCOLOR__
2 #define __JEEP__JCOLOR__
3 
4 /**
5  * \file
6  * I/O coloring auxiliaries.
7  * \author mdejong
8  */
9 
10 #include "JLang/JColorFacet.hh"
11 
12 namespace JEEP {}
13 namespace JPP { using namespace JEEP; }
14 
15 namespace JEEP {
16 
17  using JLANG::RED;
18  using JLANG::GREEN;
19  using JLANG::BLUE;
20  using JLANG::WHITE;
21  using JLANG::CYAN;
22  using JLANG::PURPLE;
23  using JLANG::YELLOW;
24  using JLANG::RESET;
25  using JLANG::BOLD;
26 }
27 #endif