|
uvco 0.1
|
This is the complete list of members for uvco::File, including all inherited members.
| close() | uvco::File | |
| File(const File &)=delete | uvco::File | |
| File(File &&other) noexcept | uvco::File | |
| File(uv_loop_t *loop, uv_file file) | uvco::File | inlineprivate |
| file() const | uvco::File | |
| file_ | uvco::File | private |
| loop_ | uvco::File | private |
| open(const Loop &loop, std::string_view path, int flags=0, int mode=0644) | uvco::File | static |
| operator=(const File &)=delete | uvco::File | |
| operator=(File &&other) noexcept | uvco::File | |
| read(std::string &buffer, int64_t offset=-1) | uvco::File | |
| unlink(const Loop &loop, std::string_view path) | uvco::File | static |
| write(std::string_view buffer, int64_t offset=-1) | uvco::File | |
| ~File() | uvco::File |