|
Electroneum
|
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" |
| void fmt::anonymous_namespace{format.cc}::format_error_code | ( | Writer & | out, |
| int | error_code, | ||
| StringRef | message | ||
| ) |
| void fmt::anonymous_namespace{format.cc}::report_error | ( | FormatFunc | func, |
| int | error_code, | ||
| StringRef | message | ||
| ) |
| int fmt::anonymous_namespace{format.cc}::safe_strerror | ( | int | error_code, |
| char *& | buffer, | ||
| std::size_t | buffer_size | ||
| ) |
| const char fmt::anonymous_namespace{format.cc}::RESET_COLOR[] = "\x1b[0m" |
1.8.14