Speclib  0.1.2
The library for writing better CUDA libraries
sp::bg Struct Reference

Background colours. More...

#include <ANSI.hpp>

Static Public Member Functions

static std::string Black ()
 Get the character sequence to enable background Black
More...
 
static std::string BlackOff ()
 Get the character sequence to disable background Black
More...
 
template<typename T >
static std::string Black (T wrap)
 Format a given message in background Black
More...
 
static std::string Red ()
 Get the character sequence to enable background Red
More...
 
static std::string RedOff ()
 Get the character sequence to disable background Red
More...
 
template<typename T >
static std::string Red (T wrap)
 Format a given message in background Red
More...
 
static std::string Green ()
 Get the character sequence to enable background Green
More...
 
static std::string GreenOff ()
 Get the character sequence to disable background Green
More...
 
template<typename T >
static std::string Green (T wrap)
 Format a given message in background Green
More...
 
static std::string Yellow ()
 Get the character sequence to enable background Yellow
More...
 
static std::string YellowOff ()
 Get the character sequence to disable background Yellow
More...
 
template<typename T >
static std::string Yellow (T wrap)
 Format a given message in background Yellow
More...
 
static std::string Blue ()
 Get the character sequence to enable background Blue
More...
 
static std::string BlueOff ()
 Get the character sequence to disable background Blue
More...
 
template<typename T >
static std::string Blue (T wrap)
 Format a given message in background Blue
More...
 
static std::string Magenta ()
 Get the character sequence to enable background Magenta
More...
 
static std::string MagentaOff ()
 Get the character sequence to disable background Magenta
More...
 
template<typename T >
static std::string Magenta (T wrap)
 Format a given message in background Magenta
More...
 
static std::string Cyan ()
 Get the character sequence to enable background Cyan
More...
 
static std::string CyanOff ()
 Get the character sequence to disable background Cyan
More...
 
template<typename T >
static std::string Cyan (T wrap)
 Format a given message in background Cyan
More...
 
static std::string LightGrey ()
 Get the character sequence to enable background LightGrey
More...
 
static std::string LightGreyOff ()
 Get the character sequence to disable background LightGrey
More...
 
template<typename T >
static std::string LightGrey (T wrap)
 Format a given message in background LightGrey
More...
 
static std::string DarkGrey ()
 Get the character sequence to enable background DarkGrey
More...
 
static std::string DarkGreyOff ()
 Get the character sequence to disable background DarkGrey
More...
 
template<typename T >
static std::string DarkGrey (T wrap)
 Format a given message in background DarkGrey
More...
 
static std::string LightRed ()
 Get the character sequence to enable background LightRed
More...
 
static std::string LightRedOff ()
 Get the character sequence to disable background LightRed
More...
 
template<typename T >
static std::string LightRed (T wrap)
 Format a given message in background LightRed
More...
 
static std::string LightGreen ()
 Get the character sequence to enable background LightGreen
More...
 
static std::string LightGreenOff ()
 Get the character sequence to disable background LightGreen
More...
 
template<typename T >
static std::string LightGreen (T wrap)
 Format a given message in background LightGreen
More...
 
static std::string LightYellow ()
 Get the character sequence to enable background LightYellow
More...
 
static std::string LightYellowOff ()
 Get the character sequence to disable background LightYellow
More...
 
template<typename T >
static std::string LightYellow (T wrap)
 Format a given message in background LightYellow
More...
 
static std::string LightBlue ()
 Get the character sequence to enable background LightBlue
More...
 
static std::string LightBlueOff ()
 Get the character sequence to disable background LightBlue
More...
 
template<typename T >
static std::string LightBlue (T wrap)
 Format a given message in background LightBlue
More...
 
static std::string LightMagenta ()
 Get the character sequence to enable background LightMagenta
More...
 
static std::string LightMagentaOff ()
 Get the character sequence to disable background LightMagenta
More...
 
template<typename T >
static std::string LightMagenta (T wrap)
 Format a given message in background LightMagenta
More...
 
static std::string LightCyan ()
 Get the character sequence to enable background LightCyan
More...
 
static std::string LightCyanOff ()
 Get the character sequence to disable background LightCyan
More...
 
template<typename T >
static std::string LightCyan (T wrap)
 Format a given message in background LightCyan
More...
 
static std::string White ()
 Get the character sequence to enable background White
More...
 
static std::string WhiteOff ()
 Get the character sequence to disable background White
More...
 
template<typename T >
static std::string White (T wrap)
 Format a given message in background White
More...
 

Detailed Description

Background colours.

Member Function Documentation

◆ Black() [1/2]

static std::string sp::bg::Black ( )
static

Get the character sequence to enable background Black

◆ Black() [2/2]

template<typename T >
static std::string sp::bg::Black ( wrap)
static

Format a given message in background Black

◆ BlackOff()

static std::string sp::bg::BlackOff ( )
static

Get the character sequence to disable background Black

◆ Blue() [1/2]

static std::string sp::bg::Blue ( )
static

Get the character sequence to enable background Blue

◆ Blue() [2/2]

template<typename T >
static std::string sp::bg::Blue ( wrap)
static

Format a given message in background Blue

◆ BlueOff()

static std::string sp::bg::BlueOff ( )
static

Get the character sequence to disable background Blue

◆ Cyan() [1/2]

static std::string sp::bg::Cyan ( )
static

Get the character sequence to enable background Cyan

◆ Cyan() [2/2]

template<typename T >
static std::string sp::bg::Cyan ( wrap)
static

Format a given message in background Cyan

◆ CyanOff()

static std::string sp::bg::CyanOff ( )
static

Get the character sequence to disable background Cyan

◆ DarkGrey() [1/2]

static std::string sp::bg::DarkGrey ( )
static

Get the character sequence to enable background DarkGrey

◆ DarkGrey() [2/2]

template<typename T >
static std::string sp::bg::DarkGrey ( wrap)
static

Format a given message in background DarkGrey

◆ DarkGreyOff()

static std::string sp::bg::DarkGreyOff ( )
static

Get the character sequence to disable background DarkGrey

◆ Green() [1/2]

static std::string sp::bg::Green ( )
static

Get the character sequence to enable background Green

◆ Green() [2/2]

template<typename T >
static std::string sp::bg::Green ( wrap)
static

Format a given message in background Green

◆ GreenOff()

static std::string sp::bg::GreenOff ( )
static

Get the character sequence to disable background Green

◆ LightBlue() [1/2]

static std::string sp::bg::LightBlue ( )
static

Get the character sequence to enable background LightBlue

◆ LightBlue() [2/2]

template<typename T >
static std::string sp::bg::LightBlue ( wrap)
static

Format a given message in background LightBlue

◆ LightBlueOff()

static std::string sp::bg::LightBlueOff ( )
static

Get the character sequence to disable background LightBlue

◆ LightCyan() [1/2]

static std::string sp::bg::LightCyan ( )
static

Get the character sequence to enable background LightCyan

◆ LightCyan() [2/2]

template<typename T >
static std::string sp::bg::LightCyan ( wrap)
static

Format a given message in background LightCyan

◆ LightCyanOff()

static std::string sp::bg::LightCyanOff ( )
static

Get the character sequence to disable background LightCyan

◆ LightGreen() [1/2]

static std::string sp::bg::LightGreen ( )
static

Get the character sequence to enable background LightGreen

◆ LightGreen() [2/2]

template<typename T >
static std::string sp::bg::LightGreen ( wrap)
static

Format a given message in background LightGreen

◆ LightGreenOff()

static std::string sp::bg::LightGreenOff ( )
static

Get the character sequence to disable background LightGreen

◆ LightGrey() [1/2]

static std::string sp::bg::LightGrey ( )
static

Get the character sequence to enable background LightGrey

◆ LightGrey() [2/2]

template<typename T >
static std::string sp::bg::LightGrey ( wrap)
static

Format a given message in background LightGrey

◆ LightGreyOff()

static std::string sp::bg::LightGreyOff ( )
static

Get the character sequence to disable background LightGrey

◆ LightMagenta() [1/2]

static std::string sp::bg::LightMagenta ( )
static

Get the character sequence to enable background LightMagenta

◆ LightMagenta() [2/2]

template<typename T >
static std::string sp::bg::LightMagenta ( wrap)
static

Format a given message in background LightMagenta

◆ LightMagentaOff()

static std::string sp::bg::LightMagentaOff ( )
static

Get the character sequence to disable background LightMagenta

◆ LightRed() [1/2]

static std::string sp::bg::LightRed ( )
static

Get the character sequence to enable background LightRed

◆ LightRed() [2/2]

template<typename T >
static std::string sp::bg::LightRed ( wrap)
static

Format a given message in background LightRed

◆ LightRedOff()

static std::string sp::bg::LightRedOff ( )
static

Get the character sequence to disable background LightRed

◆ LightYellow() [1/2]

static std::string sp::bg::LightYellow ( )
static

Get the character sequence to enable background LightYellow

◆ LightYellow() [2/2]

template<typename T >
static std::string sp::bg::LightYellow ( wrap)
static

Format a given message in background LightYellow

◆ LightYellowOff()

static std::string sp::bg::LightYellowOff ( )
static

Get the character sequence to disable background LightYellow

◆ Magenta() [1/2]

static std::string sp::bg::Magenta ( )
static

Get the character sequence to enable background Magenta

◆ Magenta() [2/2]

template<typename T >
static std::string sp::bg::Magenta ( wrap)
static

Format a given message in background Magenta

◆ MagentaOff()

static std::string sp::bg::MagentaOff ( )
static

Get the character sequence to disable background Magenta

◆ Red() [1/2]

static std::string sp::bg::Red ( )
static

Get the character sequence to enable background Red

◆ Red() [2/2]

template<typename T >
static std::string sp::bg::Red ( wrap)
static

Format a given message in background Red

◆ RedOff()

static std::string sp::bg::RedOff ( )
static

Get the character sequence to disable background Red

◆ White() [1/2]

static std::string sp::bg::White ( )
static

Get the character sequence to enable background White

◆ White() [2/2]

template<typename T >
static std::string sp::bg::White ( wrap)
static

Format a given message in background White

◆ WhiteOff()

static std::string sp::bg::WhiteOff ( )
static

Get the character sequence to disable background White

◆ Yellow() [1/2]

static std::string sp::bg::Yellow ( )
static

Get the character sequence to enable background Yellow

◆ Yellow() [2/2]

template<typename T >
static std::string sp::bg::Yellow ( wrap)
static

Format a given message in background Yellow

◆ YellowOff()

static std::string sp::bg::YellowOff ( )
static

Get the character sequence to disable background Yellow