Jpp  19.1.0-rc.1
the software that should make you happy
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
General puprpose classes and methods.
@ RED
red
Definition: JColorFacet.hh:30
@ PURPLE
purple
Definition: JColorFacet.hh:35
@ CYAN
cyan
Definition: JColorFacet.hh:34
@ RESET
reset
Definition: JColorFacet.hh:37
@ YELLOW
yellow
Definition: JColorFacet.hh:36
@ WHITE
white
Definition: JColorFacet.hh:33
@ GREEN
green
Definition: JColorFacet.hh:31
@ BOLD
bold
Definition: JColorFacet.hh:38
@ BLUE
blue
Definition: JColorFacet.hh:32
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).