![]() |
Rosetta
3.7
|
Classes | |
class | fmt::ErrorCode |
class | fmt::BufferedFile |
struct | fmt::BufferedFile::Proxy |
class | fmt::File |
struct | fmt::File::Proxy |
Namespaces | |
fmt | |
Macros | |
#define | FMT_POSIX(call) call |
#define | FMT_SYSTEM(call) call |
#define | FMT_POSIX_CALL(call) ::call |
#define | FMT_UNUSED |
#define | FMT_USE_STATIC_ASSERT 0 |
#define | FMT_CONCAT_(a, b) FMT_CONCAT(a, b) |
#define | FMT_STATIC_ASSERT(cond, message) typedef int FMT_CONCAT_(Assert, __LINE__)[(cond) ? 1 : -1] FMT_UNUSED |
#define | FMT_RETRY_VAL(result, expression, error_result) |
#define | FMT_RETRY(result, expression) FMT_RETRY_VAL(result, expression, -1) |
Functions | |
long | fmt::getpagesize () |
fmt::BufferedFile & | std::move (fmt::BufferedFile &f) |
fmt::File & | std::move (fmt::File &f) |
#define FMT_CONCAT_ | ( | a, | |
b | |||
) | FMT_CONCAT(a, b) |
#define FMT_POSIX | ( | call | ) | call |
#define FMT_POSIX_CALL | ( | call | ) | ::call |
#define FMT_RETRY | ( | result, | |
expression | |||
) | FMT_RETRY_VAL(result, expression, -1) |
Referenced by fmt::File::dup2(), fmt::File::File(), fmt::File::read(), and fmt::File::write().
#define FMT_RETRY_VAL | ( | result, | |
expression, | |||
error_result | |||
) |
Referenced by fmt::BufferedFile::BufferedFile().
#define FMT_STATIC_ASSERT | ( | cond, | |
message | |||
) | typedef int FMT_CONCAT_(Assert, __LINE__)[(cond) ? 1 : -1] FMT_UNUSED |
Referenced by fmt::File::size().
#define FMT_SYSTEM | ( | call | ) | call |
#define FMT_UNUSED |
#define FMT_USE_STATIC_ASSERT 0 |