Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
cuttlefish::TerminalColors Class Reference

#include <utils.h>

Public Member Functions

 TerminalColors (bool is_tty)
 
std::string_view Reset () const
 
std::string_view BoldRed () const
 
std::string_view Red () const
 
std::string_view Cyan () const
 

Private Attributes

bool is_tty_
 

Constructor & Destructor Documentation

◆ TerminalColors()

cuttlefish::TerminalColors::TerminalColors ( bool  is_tty)
inline

Member Function Documentation

◆ BoldRed()

std::string_view cuttlefish::TerminalColors::BoldRed ( ) const

◆ Cyan()

std::string_view cuttlefish::TerminalColors::Cyan ( ) const

◆ Red()

std::string_view cuttlefish::TerminalColors::Red ( ) const

◆ Reset()

std::string_view cuttlefish::TerminalColors::Reset ( ) const

Member Data Documentation

◆ is_tty_

bool cuttlefish::TerminalColors::is_tty_
private

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