#include <posix.h>
Definition at line 188 of file posix.h.
◆ anonymous enum
| Enumerator |
|---|
| RDONLY | |
| WRONLY | |
| RDWR | |
Definition at line 197 of file posix.h.
◆ file() [1/3]
| fmt::v5::file::file |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ file() [2/3]
◆ file() [3/3]
| fmt::v5::file::file |
( |
file && |
other | ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ ~file()
| fmt::v5::file::~file |
( |
| ) |
|
| throw | ( | |
| ) | | |
◆ close()
| void fmt::v5::file::close |
( |
| ) |
|
◆ descriptor()
| int fmt::v5::file::descriptor |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
◆ dup()
| static file fmt::v5::file::dup |
( |
int |
fd | ) |
|
|
static |
◆ dup2() [1/2]
| void fmt::v5::file::dup2 |
( |
int |
fd | ) |
|
◆ dup2() [2/2]
| void fmt::v5::file::dup2 |
( |
int |
fd, |
|
|
error_code & |
ec |
|
) |
| |
| throw | ( | |
| ) | | |
◆ fdopen()
◆ operator=()
| file& fmt::v5::file::operator= |
( |
file && |
other | ) |
|
|
inline |
◆ pipe()
| static void fmt::v5::file::pipe |
( |
file & |
read_end, |
|
|
file & |
write_end |
|
) |
| |
|
static |
◆ read()
| std::size_t fmt::v5::file::read |
( |
void * |
buffer, |
|
|
std::size_t |
count |
|
) |
| |
◆ size()
| long long fmt::v5::file::size |
( |
| ) |
const |
◆ write()
| 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