#include <posix.h>
|
enum | { RDONLY = FMT_POSIX(O_RDONLY)
, WRONLY = FMT_POSIX(O_WRONLY)
, RDWR = FMT_POSIX(O_RDWR)
} |
|
Definition at line 181 of file posix.h.
◆ anonymous enum
Enumerator |
---|
RDONLY | |
WRONLY | |
RDWR | |
Definition at line 190 of file posix.h.
◆ File() [1/5]
fmt::File::File |
( |
int | fd | ) |
|
|
inlineexplicitprivate |
◆ File() [2/5]
◆ File() [3/5]
◆ File() [4/5]
fmt::File::File |
( |
Proxy | p | ) |
|
|
inline |
◆ File() [5/5]
fmt::File::File |
( |
File & | other | ) |
|
|
inline |
◆ ~File()
◆ close()
void fmt::File::close |
( |
| ) |
|
◆ descriptor()
int fmt::File::descriptor |
( |
| ) |
const |
|
inline |
◆ dup()
◆ dup2() [1/2]
void fmt::File::dup2 |
( |
int | fd | ) |
|
◆ dup2() [2/2]
void fmt::File::dup2 |
( |
int | fd, |
|
|
ErrorCode & | ec ) |
◆ fdopen()
◆ operator Proxy()
fmt::File::operator Proxy |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
File & fmt::File::operator= |
( |
File & | other | ) |
|
|
inline |
◆ operator=() [2/2]
◆ pipe()
void fmt::File::pipe |
( |
File & | read_end, |
|
|
File & | write_end ) |
|
static |
◆ read()
std::size_t fmt::File::read |
( |
void * | buffer, |
|
|
std::size_t | count ) |
◆ size()
◆ write()
std::size_t fmt::File::write |
( |
const void * | buffer, |
|
|
std::size_t | count ) |
◆ fd_
The documentation for this class was generated from the following files:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/Logger/spdlog/fmt/bundled/posix.h
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/Logger/spdlog/fmt/bundled/posix.cc