#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.
Enumerator |
---|
RDONLY |
|
WRONLY |
|
RDWR |
|
Definition at line 227 of file posix.h.
fmt::File::File |
( |
int |
fd | ) |
|
|
inlineexplicitprivate |
fmt::File::File |
( |
Proxy |
p | ) |
|
|
inline |
fmt::File::File |
( |
File & |
other | ) |
|
|
inline |
void fmt::File::close |
( |
| ) |
|
int fmt::File::descriptor |
( |
| ) |
const |
|
inline |
void fmt::File::dup2 |
( |
int |
fd | ) |
|
void fmt::File::dup2 |
( |
int |
fd, |
|
|
ErrorCode & |
ec |
|
) |
| |
fmt::File::operator Proxy |
( |
| ) |
|
|
inline |
File& fmt::File::operator= |
( |
File & |
other | ) |
|
|
inline |
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 files:
- /opt/flow123d/flow123d/src/system/fmt/posix.h
- /opt/flow123d/flow123d/src/system/fmt/posix.cc