#include <posix.h>
|
enum | { RDONLY = FMT_POSIX(O_RDONLY),
WRONLY = FMT_POSIX(O_WRONLY),
RDWR = FMT_POSIX(O_RDWR)
} |
|
Enumerator |
---|
RDONLY |
|
WRONLY |
|
RDWR |
|
#define FMT_POSIX(call)
Definition: posix.h:55
fmt::File::File |
( |
int |
fd | ) |
|
|
inlineexplicitprivate |
int fd_
Definition: posix.h:220
int fd_
Definition: posix.h:220
fmt::File::File |
( |
Proxy |
p | ) |
|
|
inline |
int fd_
Definition: posix.h:220
fmt::File::File |
( |
File & |
other | ) |
|
|
inline |
int fd_
Definition: posix.h:220
void fmt::File::close |
( |
| ) |
|
int fmt::File::descriptor |
( |
| ) |
const |
|
inline |
int fd_
Definition: posix.h:220
static File fmt::File::dup |
( |
int |
fd | ) |
|
|
static |
void fmt::File::dup2 |
( |
int |
fd | ) |
|
void fmt::File::dup2 |
( |
int |
fd, |
|
|
ErrorCode & |
ec |
|
) |
| |
fmt::File::operator Proxy |
( |
| ) |
|
|
inline |
int fd_
Definition: posix.h:220
int fd_
Definition: posix.h:220
File& fmt::File::operator= |
( |
File & |
other | ) |
|
|
inline |
int fd_
Definition: posix.h:220
static void fmt::File::pipe |
( |
File & |
read_end, |
|
|
File & |
write_end |
|
) |
| |
|
static |
std::size_t fmt::File::read |
( |
void * |
buffer, |
|
|
std::size_t |
count |
|
) |
| |
std::size_t fmt::File::write |
( |
const void * |
buffer, |
|
|
std::size_t |
count |
|
) |
| |
The documentation for this class was generated from the following file: