![]() |
Scanframe Modular Application 0.1.0
|
This is the complete list of members for sf::lnx::File, including all inherited members.
| allocate(size_t sz) | sf::lnx::File | |
| close() | sf::lnx::File | inline |
| close(bool exceptions) | sf::lnx::File | |
| createTemporary(const std::string &name_tpl, int flags=O_CREAT|O_RDWR) | sf::lnx::File | |
| exists() | sf::lnx::File | |
| File() | sf::lnx::File | |
| File(const std::filesystem::path &path, int flags=O_CREAT|O_RDWR|O_APPEND, mode_t mode=S_IREAD|S_IWRITE|S_IRGRP|S_IWGRP) | sf::lnx::File | explicit |
| getDescriptor() const | sf::lnx::File | inline |
| getFlags() const | sf::lnx::File | inline |
| getMode() const | sf::lnx::File | inline |
| getPath() const | sf::lnx::File | inline |
| getStat(stat_type &stat) const | sf::lnx::File | |
| getStatText() const | sf::lnx::File | |
| getStatus() const | sf::lnx::File | inline |
| getStatus(bool update) | sf::lnx::File | inline |
| initialize(const std::filesystem::path &path, int flags=O_CREAT|O_RDWR|O_APPEND, mode_t mode=S_IREAD|S_IWRITE|S_IRGRP|S_IWGRP) | sf::lnx::File | |
| isOpen() const | sf::lnx::File | inline |
| open(const std::string &path, int flags=O_CREAT|O_RDWR|O_APPEND, mode_t mode=S_IREAD|S_IWRITE|S_IRGRP|S_IWGRP) | sf::lnx::File | |
| open(bool reopen=false) | sf::lnx::File | |
| read(void *buf, size_t pos, size_t sz) const | sf::lnx::File | |
| read(DynamicBuffer buf, size_t pos, size_t sz) const | sf::lnx::File | |
| read(T &t, size_t pos) const | sf::lnx::File | inline |
| remove() | sf::lnx::File | |
| rename(const std::string &path, bool assign=false) | sf::lnx::File | |
| stat_type typedef | sf::lnx::File | |
| synchronise() | sf::lnx::File | |
| truncate(size_t length) | sf::lnx::File | |
| unlink() | sf::lnx::File | |
| write(const File &f, size_t pos, size_t sz, size_t buf_sz=0) | sf::lnx::File | |
| write(const void *buf, size_t sz, size_t *written=nullptr) | sf::lnx::File | |
| write(const std::string &s) | sf::lnx::File | inline |
| write(const char *s) | sf::lnx::File | inline |
| write(const T &t) | sf::lnx::File | inline |
| ~File() | sf::lnx::File |