Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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)

Definition at line 113 of file format.cc.

Function Documentation

◆ format_error_code()

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

Definition at line 191 of file format.cc.

+ Here is the caller graph for this function:

◆ report_error()

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

Definition at line 214 of file format.cc.

+ Here is the caller graph for this function:

◆ safe_strerror()

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

Definition at line 124 of file format.cc.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ RESET_COLOR

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

Definition at line 111 of file format.cc.