Agora  1.2.0
Agora project
os.h File Reference
#include <cerrno>
#include <clocale>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <system_error>
#include "format.h"
Include dependency graph for os.h:

Go to the source code of this file.

Classes

class  fmt::v8::basic_cstring_view< Char >
 
struct  fmt::v8::formatter< std::error_code, Char >
 
class  fmt::v8::buffered_file
 

Namespaces

 fmt
 
 fmt::v8
 

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 fmt::v8::cstring_view = basic_cstring_view< char >
 
using fmt::v8::wcstring_view = basic_cstring_view< wchar_t >
 

Functions

const std::error_category & fmt::v8::system_category () throw ()
 

Macro Definition Documentation

◆ FMT_POSIX

#define FMT_POSIX (   call)    call

◆ FMT_POSIX_CALL

#define FMT_POSIX_CALL (   call)    ::call

◆ FMT_RETRY

#define FMT_RETRY (   result,
  expression 
)    FMT_RETRY_VAL(result, expression, -1)

◆ FMT_RETRY_VAL

#define FMT_RETRY_VAL (   result,
  expression,
  error_result 
)
Value:
do { \
(result) = (expression); \
} while ((result) == (error_result) && errno == EINTR)

◆ FMT_SYSTEM

#define FMT_SYSTEM (   call)    ::call

◆ FMT_USE_FCNTL

#define FMT_USE_FCNTL   0
fmt::v8::detail::digits::result
result
Definition: format-inl.h:640