begin() | radarelab::utils::sys::Path | |
close() | radarelab::utils::sys::FileDescriptor | |
end() | radarelab::utils::sys::Path | |
fstatat_ifexists(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
is_open() const | radarelab::utils::sys::FileDescriptor | |
lstatat(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
lstatat_ifexists(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
name() const | radarelab::utils::sys::NamedFileDescriptor | inline |
ofd_getlk(struct::flock &) | radarelab::utils::sys::FileDescriptor | |
ofd_setlk(struct::flock &) | radarelab::utils::sys::FileDescriptor | |
ofd_setlkw(struct::flock &, bool retry_on_signal=true) | radarelab::utils::sys::FileDescriptor | |
Path(const char *pathname, int flags=0) | radarelab::utils::sys::Path | |
Path(const std::string &pathname, int flags=0) | radarelab::utils::sys::Path | |
Path(Path &parent, const char *pathname, int flags=0) | radarelab::utils::sys::Path | |
read_all_or_throw(void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
rmdirat(const char *pathname) | radarelab::utils::sys::Path | |
rmtree() | radarelab::utils::sys::Path | |
throw_error(const char *desc) | radarelab::utils::sys::NamedFileDescriptor | virtual |
throw_runtime_error(const char *desc) | radarelab::utils::sys::NamedFileDescriptor | virtual |
write_all_or_retry(const void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
write_all_or_throw(const void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
~ManagedNamedFileDescriptor() | radarelab::utils::sys::ManagedNamedFileDescriptor | |