clutchlog 0.17
clutchlog::fmt::bg_256 Struct Reference

Background in 256-colors mode. More...

#include <clutchlog.h>

+ Inheritance diagram for clutchlog::fmt::bg_256:
+ Collaboration diagram for clutchlog::fmt::bg_256:

Detailed Description

Background in 256-colors mode.

Definition at line 570 of file clutchlog.h.

Public Member Functions

 bg_256 ()
 Empty constructor: no color. More...
 
 bg_256 (const short b)
 Constructor. More...
 
 bg_256 (const bg &)
 Conversion constructor from 16-colors mode. More...
 
- Public Member Functions inherited from clutchlog::fmt::color_256
 color_256 (ground t)
 Constructor. More...
 
 color_256 (ground t, const short i)
 Constructor. More...
 
bool is_set () const
 Returns true if the underying representation encodes an existing color. More...
 
std::ostream & print_on (std::ostream &os) const
 Print the color index on the given stream. More...
 
- Public Member Functions inherited from clutchlog::fmt::color
 color (ansi a, ground g)
 Constructor. More...
 
virtual bool is_set () const =0
 Should return true if the underying representation encodes an existing color. More...
 
virtual std::ostream & print_on (std::ostream &os) const =0
 Should print the underlying representation on the given stream. More...
 

Additional Inherited Members

- Public Attributes inherited from clutchlog::fmt::color_256
short index
 The encoded color index in 4-bits ANSI. More...
 
- Public Attributes inherited from clutchlog::fmt::color
ansi mode
 
enum clutchlog::fmt::color::ground type
 Type of color (foreground or background).
 
- Public Types inherited from clutchlog::fmt::color
enum class  ground { fore = 38 , back = 48 }
 Codes for representing foreground or background. More...
 

Constructor & Destructor Documentation

◆ bg_256() [1/3]

clutchlog::fmt::bg_256::bg_256 ( )
inline

Empty constructor: no color.

Definition at line 572 of file clutchlog.h.

◆ bg_256() [2/3]

clutchlog::fmt::bg_256::bg_256 ( const short  b)
inline

Constructor.

Parameters
bBackground color index (within [-1,255], -1 being "no color").

Definition at line 577 of file clutchlog.h.

◆ bg_256() [3/3]

clutchlog::fmt::bg_256::bg_256 ( const bg )
inline

Conversion constructor from 16-colors mode.

Warning
Only encodes "no color", whatever is passed.

Definition at line 582 of file clutchlog.h.


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