Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
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
12namespace JEEP {}
13namespace JPP { using namespace JEEP; }
14
15namespace 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
@ PURPLE
purple
@ CYAN
cyan
@ RESET
reset
@ YELLOW
yellow
@ WHITE
white
@ GREEN
green
@ BOLD
bold
@ BLUE
blue
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).