Potato Engine
Hobby Game Engine Project
up::FileSystem Member List

This is the complete list of members for up::FileSystem, including all inherited members.

copyFile(zstring_view from, zstring_view to)=0 (defined in up::FileSystem)up::FileSystempure virtual
createDirectories(zstring_view path)=0 (defined in up::FileSystem)up::FileSystempure virtual
directoryExists(zstring_view path) const noexcept=0 (defined in up::FileSystem)up::FileSystempure virtual
enumerate(zstring_view path, EnumerateCallback cb, EnumerateOptions opts=EnumerateOptions::None) const =0 (defined in up::FileSystem)up::FileSystempure virtual
fileExists(zstring_view path) const noexcept=0 (defined in up::FileSystem)up::FileSystempure virtual
fileStat(zstring_view path, FileStat &outInfo) const =0 (defined in up::FileSystem)up::FileSystempure virtual
FileSystem(FileSystem const &)=default (defined in up::FileSystem)up::FileSystem
FileSystem()=default (defined in up::FileSystem)up::FileSystemprotected
openRead(zstring_view path, FileOpenMode mode=FileOpenMode::Binary) const =0 (defined in up::FileSystem)up::FileSystempure virtual
openWrite(zstring_view path, FileOpenMode mode=FileOpenMode::Binary)=0 (defined in up::FileSystem)up::FileSystempure virtual
operator=(FileSystem const &)=default (defined in up::FileSystem)up::FileSystem
operator=(shared const &)=delete (defined in up::shared< FileSystem >)up::shared< FileSystem >
operator=(shared &&) noexcept (defined in up::shared< FileSystem >)up::shared< FileSystem >inline
remove(zstring_view path)=0 (defined in up::FileSystem)up::FileSystempure virtual
removeRecursive(zstring_view path)=0 (defined in up::FileSystem)up::FileSystempure virtual
shared(shared const &)=delete (defined in up::shared< FileSystem >)up::shared< FileSystem >
shared(shared &&) noexcept (defined in up::shared< FileSystem >)up::shared< FileSystem >inline
shared() noexcept=default (defined in up::shared< FileSystem >)up::shared< FileSystem >protected
~FileSystem()=default (defined in up::FileSystem)up::FileSystemvirtual
~shared()=default (defined in up::shared< FileSystem >)up::shared< FileSystem >protected