|
proxygen
|
This is the complete list of members for folly::File, including all inherited members.
| close() | folly::File | |
| closeNoThrow() | folly::File | |
| doLock(int op) | folly::File | private |
| doTryLock(int op) | folly::File | private |
| dup() const | folly::File | |
| fd() const | folly::File | inline |
| fd_ | folly::File | private |
| File() noexcept | folly::File | |
| File(int fd, bool ownsFd=false) noexcept | folly::File | explicit |
| File(const char *name, int flags=O_RDONLY, mode_t mode=0666) | folly::File | explicit |
| File(const std::string &name, int flags=O_RDONLY, mode_t mode=0666) | folly::File | explicit |
| File(StringPiece name, int flags=O_RDONLY, mode_t mode=0666) | folly::File | explicit |
| File(File &&) noexcept | folly::File | |
| File(const File &)=delete | folly::File | private |
| lock() | folly::File | |
| lock_shared() | folly::File | |
| makeFile(Args &&...args) noexcept | folly::File | inlinestatic |
| operator bool() const | folly::File | inlineexplicit |
| operator=(File &&) | folly::File | |
| operator=(const File &)=delete | folly::File | private |
| ownsFd_ | folly::File | private |
| release() noexcept | folly::File | |
| swap(File &other) noexcept | folly::File | |
| temporary() | folly::File | static |
| try_lock() | folly::File | |
| try_lock_shared() | folly::File | |
| unlock() | folly::File | |
| unlock_shared() | folly::File | |
| ~File() | folly::File |