|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
This is the complete list of members for donut::File, including all inherited members.
| close() | donut::File | |
| eof() const noexcept | donut::File | |
| File() noexcept=default | donut::File | |
| flush() | donut::File | |
| isOpen() const noexcept | donut::File | inline |
| Kind enum name | donut::File | |
| NPOS | donut::File | static |
| operator bool() const noexcept | donut::File | inlineexplicit |
| read(std::span< std::byte > data) | donut::File | |
| readAll() && | donut::File | |
| readAllIntoString() && | donut::File | |
| seekg(std::size_t position) | donut::File | |
| seekp(std::size_t position) | donut::File | |
| size() const noexcept | donut::File | |
| skipg(std::ptrdiff_t offset) | donut::File | |
| skipp(std::ptrdiff_t offset) | donut::File | |
| tellg() const noexcept | donut::File | |
| tellp() const noexcept | donut::File | |
| write(std::span< const std::byte > data) | donut::File |