libdonut  2.3.2
Application framework for cross-platform game development in C++20
donut::File Member List

This is the complete list of members for donut::File, including all inherited members.

close()donut::File
eof() const noexceptdonut::File
File() noexcept=defaultdonut::File
flush()donut::File
isOpen() const noexceptdonut::Fileinline
Kind enum namedonut::File
NPOSdonut::Filestatic
operator bool() const noexceptdonut::Fileinlineexplicit
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 noexceptdonut::File
skipg(std::ptrdiff_t offset)donut::File
skipp(std::ptrdiff_t offset)donut::File
tellg() const noexceptdonut::File
tellp() const noexceptdonut::File
write(std::span< const std::byte > data)donut::File