#include <errno.h>#include <fcntl.h>#include <locale.h>#include <stdio.h>#include <stdlib.h>#include <cstddef>#include "format.h"Go to the source code of this file.
Classes | |
| class | basic_cstring_view< Char > |
| class | error_code |
| class | buffered_file |
| class | file |
Macros | |
| #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 | |
| typedef basic_cstring_view< char > | cstring_view |
| typedef basic_cstring_view< wchar_t > | wcstring_view |
Functions | |
| long | getpagesize () |
| #define FMT_RETRY | ( | result, | |
| expression | |||
| ) | FMT_RETRY_VAL(result, expression, -1) |
| #define FMT_RETRY_VAL | ( | result, | |
| expression, | |||
| error_result | |||
| ) |
| typedef basic_cstring_view<char> cstring_view |
| typedef basic_cstring_view<wchar_t> wcstring_view |
| long getpagesize | ( | ) |
1.8.11