HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
Loading...
Searching...
No Matches
ascii::Decoration Class Reference

#include <color.h>

Public Types

enum  Attribute {
  RESET = 0 , BOLD = 1 , DIM = 2 , ITALIC = 3 ,
  UNDERLINE = 4 , SLOWBLINK = 5 , RAPIDBLINK = 6 , REVERSED = 7 ,
  CONCEAL = 8 , CROSSED = 9 , NO_BOLD = 22 , NO_DIM = 22 ,
  NO_ITALIC = 23 , NO_UNDERLINE = 24 , NO_BLINK = 25 , NO_REVERSED = 27 ,
  NO_CONCEAL = 28 , NO_CROSSED = 29
}
 

Static Public Member Functions

static Decoration From (Attribute attr)
 

Friends

std::ostream & operator<< (std::ostream &os, const Decoration &val)
 

Member Enumeration Documentation

◆ Attribute

Enumerator
RESET 
BOLD 
DIM 
ITALIC 
UNDERLINE 
SLOWBLINK 
RAPIDBLINK 
REVERSED 
CONCEAL 
CROSSED 
NO_BOLD 
NO_DIM 
NO_ITALIC 
NO_UNDERLINE 
NO_BLINK 
NO_REVERSED 
NO_CONCEAL 
NO_CROSSED 

Member Function Documentation

◆ From()

static Decoration ascii::Decoration::From ( Attribute  attr)
inlinestatic

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Decoration val 
)
friend

The documentation for this class was generated from the following file: