|
spdlog
|
Go to the source code of this file.
#include <cerrno>#include <clocale>#include <cstddef>#include <cstdio>#include <cstdlib>#include <system_error>#include "format.h"Classes | |
| class | basic_cstring_view< Char > |
| struct | formatter< std::error_code, Char > |
| class | buffered_file |
Macros | |
| #define | FMT_USE_FCNTL 0 |
| #define | FMT_POSIX(call) call |
| #define | FMT_SYSTEM(call) ::call |
| #define | FMT_POSIX_CALL(call) ::call |
| #define | FMT_RETRY_VAL(result, expression, error_result) |
| #define | FMT_RETRY(result, expression) FMT_RETRY_VAL(result, expression, -1) |
Typedefs | |
| using | cstring_view = basic_cstring_view< char > |
| using | wcstring_view = basic_cstring_view< wchar_t > |
Functions | |
| const std::error_category & | system_category () FMT_NOEXCEPT |
| #define FMT_POSIX | ( | call | ) | call |
Definition at line 42 of file fmt/bundled/os.h.
| #define FMT_POSIX_CALL | ( | call | ) | ::call |
Definition at line 55 of file fmt/bundled/os.h.
| #define FMT_RETRY | ( | result, | |
| expression | |||
| ) | FMT_RETRY_VAL(result, expression, -1) |
Definition at line 70 of file fmt/bundled/os.h.
| #define FMT_RETRY_VAL | ( | result, | |
| expression, | |||
| error_result | |||
| ) |
Definition at line 62 of file fmt/bundled/os.h.
| #define FMT_SYSTEM | ( | call | ) | ::call |
Definition at line 50 of file fmt/bundled/os.h.
| #define FMT_USE_FCNTL 0 |
Definition at line 34 of file fmt/bundled/os.h.
| using cstring_view = basic_cstring_view<char> |
Definition at line 119 of file fmt/bundled/os.h.
| using wcstring_view = basic_cstring_view<wchar_t> |
Definition at line 120 of file fmt/bundled/os.h.
|
inline |
Definition at line 210 of file fmt/bundled/os.h.