Jpp
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
JLANG::PURPLE
purple
Definition: JColorFacet.hh:35
JEEP
General puprpose classes and methods.
Definition: JArgs.hh:15
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JLANG::CYAN
cyan
Definition: JColorFacet.hh:34
JLANG::RED
red
Definition: JColorFacet.hh:30
JLANG::WHITE
white
Definition: JColorFacet.hh:33
JLANG::BOLD
bold
Definition: JColorFacet.hh:38
JLANG::YELLOW
yellow
Definition: JColorFacet.hh:36
JLANG::GREEN
green
Definition: JColorFacet.hh:31
JLANG::BLUE
blue
Definition: JColorFacet.hh:32
JColorFacet.hh
JLANG::RESET
reset
Definition: JColorFacet.hh:37