#include <posix.h>
|
enum | { RDONLY = FMT_POSIX(O_RDONLY)
, WRONLY = FMT_POSIX(O_WRONLY)
, RDWR = FMT_POSIX(O_RDWR)
} |
|
Definition at line 218 of file posix.h.
◆ anonymous enum
Enumerator |
---|
RDONLY | |
WRONLY | |
RDWR | |
Definition at line 227 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:
- /home/runner/work/flow123d/flow123d/src/system/fmt/posix.h
- /home/runner/work/flow123d/flow123d/src/system/fmt/posix.cc