Electroneum
Typedefs | Functions | Variables
fmt::anonymous_namespace{format.cc} Namespace Reference

Typedefs

typedef void(* FormatFunc) (Writer &, int, StringRef)
 

Functions

int safe_strerror (int error_code, char *&buffer, std::size_t buffer_size) FMT_NOEXCEPT
 
void format_error_code (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT
 
void report_error (FormatFunc func, int error_code, StringRef message) FMT_NOEXCEPT
 

Variables

const char RESET_COLOR [] = "\x1b[0m"
 

Typedef Documentation

◆ FormatFunc

typedef void(* fmt::anonymous_namespace{format.cc}::FormatFunc) (Writer &, int, StringRef)

Function Documentation

◆ format_error_code()

void fmt::anonymous_namespace{format.cc}::format_error_code ( Writer out,
int  error_code,
StringRef  message 
)

◆ report_error()

void fmt::anonymous_namespace{format.cc}::report_error ( FormatFunc  func,
int  error_code,
StringRef  message 
)

◆ safe_strerror()

int fmt::anonymous_namespace{format.cc}::safe_strerror ( int  error_code,
char *&  buffer,
std::size_t  buffer_size 
)

Variable Documentation

◆ RESET_COLOR

const char fmt::anonymous_namespace{format.cc}::RESET_COLOR[] = "\x1b[0m"