#include <posix.h>
Definition at line 188 of file posix.h.
| Enumerator |
|---|
| RDONLY |
|
| WRONLY |
|
| RDWR |
|
Definition at line 197 of file posix.h.
| fmt::v5::file::file |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inline |
| fmt::v5::file::file |
( |
file && |
other | ) |
|
| throw | ( | |
| ) | | |
|
inline |
| fmt::v5::file::~file |
( |
| ) |
|
| throw | ( | |
| ) | | |
| void fmt::v5::file::close |
( |
| ) |
|
| int fmt::v5::file::descriptor |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
| static file fmt::v5::file::dup |
( |
int |
fd | ) |
|
|
static |
| void fmt::v5::file::dup2 |
( |
int |
fd | ) |
|
| void fmt::v5::file::dup2 |
( |
int |
fd, |
|
|
error_code & |
ec |
|
) |
| |
| throw | ( | |
| ) | | |
| file& fmt::v5::file::operator= |
( |
file && |
other | ) |
|
|
inline |
| static void fmt::v5::file::pipe |
( |
file & |
read_end, |
|
|
file & |
write_end |
|
) |
| |
|
static |
| std::size_t fmt::v5::file::read |
( |
void * |
buffer, |
|
|
std::size_t |
count |
|
) |
| |
| long long fmt::v5::file::size |
( |
| ) |
const |
| std::size_t fmt::v5::file::write |
( |
const void * |
buffer, |
|
|
std::size_t |
count |
|
) |
| |
The documentation for this class was generated from the following file:
- sdk_core/include/third_party/spdlog/spdlog/fmt/bundled/posix.h