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

Formatting (bold, underline, etc.) More...

#include <ANSI.hpp>

Static Public Member Functions

static std::string Bold ()
 Get the character sequence to enable Bold Bold
More...
 
static std::string BoldOff ()
 Get the character sequence to disable Bold Bold
More...
 
template<typename T >
static std::string Bold (T wrap)
 Format a given message in Bold Bold
More...
 
static std::string Dim ()
 Get the character sequence to enable Dim Dim
More...
 
static std::string DimOff ()
 Get the character sequence to disable Dim Dim
More...
 
template<typename T >
static std::string Dim (T wrap)
 Format a given message in Dim Dim
More...
 
static std::string Underline ()
 Get the character sequence to enable Underline Underline
More...
 
static std::string UnderlineOff ()
 Get the character sequence to disable Underline Underline
More...
 
template<typename T >
static std::string Underline (T wrap)
 Format a given message in Underline Underline
More...
 
static std::string Blinking ()
 Get the character sequence to enable Blinking Blinking
More...
 
static std::string BlinkingOff ()
 Get the character sequence to disable Blinking Blinking
More...
 
template<typename T >
static std::string Blinking (T wrap)
 Format a given message in Blinking Blinking
More...
 
static std::string Invert ()
 Get the character sequence to enable Invert Invert
More...
 
static std::string InvertOff ()
 Get the character sequence to disable Invert Invert
More...
 
template<typename T >
static std::string Invert (T wrap)
 Format a given message in Invert Invert
More...
 
static std::string Hidden ()
 Get the character sequence to enable Hidden Hidden
More...
 
static std::string HiddenOff ()
 Get the character sequence to disable Hidden Hidden
More...
 
template<typename T >
static std::string Hidden (T wrap)
 Format a given message in Hidden Hidden
More...
 

Detailed Description

Formatting (bold, underline, etc.)

Member Function Documentation

◆ Blinking() [1/2]

static std::string sp::fmt::Blinking ( )
static

Get the character sequence to enable Blinking Blinking

◆ Blinking() [2/2]

template<typename T >
static std::string sp::fmt::Blinking ( wrap)
static

Format a given message in Blinking Blinking

◆ BlinkingOff()

static std::string sp::fmt::BlinkingOff ( )
static

Get the character sequence to disable Blinking Blinking

◆ Bold() [1/2]

static std::string sp::fmt::Bold ( )
static

Get the character sequence to enable Bold Bold

◆ Bold() [2/2]

template<typename T >
static std::string sp::fmt::Bold ( wrap)
static

Format a given message in Bold Bold

◆ BoldOff()

static std::string sp::fmt::BoldOff ( )
static

Get the character sequence to disable Bold Bold

◆ Dim() [1/2]

static std::string sp::fmt::Dim ( )
static

Get the character sequence to enable Dim Dim

◆ Dim() [2/2]

template<typename T >
static std::string sp::fmt::Dim ( wrap)
static

Format a given message in Dim Dim

◆ DimOff()

static std::string sp::fmt::DimOff ( )
static

Get the character sequence to disable Dim Dim

◆ Hidden() [1/2]

static std::string sp::fmt::Hidden ( )
static

Get the character sequence to enable Hidden Hidden

◆ Hidden() [2/2]

template<typename T >
static std::string sp::fmt::Hidden ( wrap)
static

Format a given message in Hidden Hidden

◆ HiddenOff()

static std::string sp::fmt::HiddenOff ( )
static

Get the character sequence to disable Hidden Hidden

◆ Invert() [1/2]

static std::string sp::fmt::Invert ( )
static

Get the character sequence to enable Invert Invert

◆ Invert() [2/2]

template<typename T >
static std::string sp::fmt::Invert ( wrap)
static

Format a given message in Invert Invert

◆ InvertOff()

static std::string sp::fmt::InvertOff ( )
static

Get the character sequence to disable Invert Invert

◆ Underline() [1/2]

static std::string sp::fmt::Underline ( )
static

Get the character sequence to enable Underline Underline

◆ Underline() [2/2]

template<typename T >
static std::string sp::fmt::Underline ( wrap)
static

Format a given message in Underline Underline

◆ UnderlineOff()

static std::string sp::fmt::UnderlineOff ( )
static

Get the character sequence to disable Underline Underline