|
Jpp
17.3.0-rc.2
the software that should make you happy
|
#include <locale>#include <ostream>#include <string>#include <vector>#include <map>#include "JLang/JType.hh"#include "JLang/JTypeList.hh"#include "JLang/JSinglePointer.hh"#include "JLang/JException.hh"Go to the source code of this file.
Classes | |
| struct | JLANG::JColorFacet |
| Facet interface to specify text color. More... | |
| struct | JLANG::JColorFacetASCII |
| Facet class to specify text color for ASCII. More... | |
| struct | JLANG::JColorFacetELcode |
| Facet class to specify text color for ELcode. More... | |
| struct | JLANG::JColorFacetMap_t |
| Auxiliary map for color facets. More... | |
Namespaces | |
| JLANG | |
| Auxiliary classes and methods for language specific functionality. | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
| typedef JTYPELIST < JColorFacetASCII, JColorFacetELcode >::typelist | JLANG::JColorFacetTypes_t |
| Typelist of color facets. More... | |
Enumerations | |
| enum | JLANG::JColor_t { JLANG::RED, JLANG::GREEN, JLANG::BLUE, JLANG::WHITE, JLANG::CYAN, JLANG::PURPLE, JLANG::YELLOW, JLANG::RESET, JLANG::BOLD } |
| Enumeration of text colors. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const JLANG::JColor_t color) |
| Print color. More... | |
Variables | |
| static const JColorFacetMap_t | JLANG::color_facets |
| Color facets. More... | |
|
inline |
Print color.
| out | output stream |
| color | color |
Definition at line 343 of file JColorFacet.hh.
1.8.5