CeresEngine
0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::FileHandle Member List
This is the complete list of members for
CeresEngine::FileHandle
, including all inherited members.
begin
() const
CeresEngine::FileHandle
copy
(const FileHandle &dest) const
CeresEngine::FileHandle
copyDirectory
(const FileHandle &dstDir) const
CeresEngine::FileHandle
createDirectory
() const
CeresEngine::FileHandle
createInputStream
(std::ios_base::openmode mode=std::ios_base::in) const
CeresEngine::FileHandle
createLink
(const FileHandle &dest) const
CeresEngine::FileHandle
createOutputStream
(std::ios_base::openmode mode=std::ios_base::out) const
CeresEngine::FileHandle
createSymbolicLink
(const FileHandle &dest) const
CeresEngine::FileHandle
end
() const
CeresEngine::FileHandle
exists
() const
CeresEngine::FileHandle
FileHandle
() noexcept
CeresEngine::FileHandle
FileHandle
(const FilePath &path)
CeresEngine::FileHandle
explicit
FileHandle
(ImplementationType &&backend)
CeresEngine::FileHandle
FileHandle
(const FileHandle &other)
CeresEngine::FileHandle
FileHandle
(FileHandle &&other) noexcept
CeresEngine::FileHandle
genericCopy
(const FileHandle &dest) const
CeresEngine::FileHandle
private
genericMove
(const FileHandle &dest) const
CeresEngine::FileHandle
private
getAccessTime
() const
CeresEngine::FileHandle
getFileName
() const
CeresEngine::FileHandle
getFileSystem
() const
CeresEngine::FileHandle
getModificationTime
() const
CeresEngine::FileHandle
getParentDirectory
() const
CeresEngine::FileHandle
getPath
() const
CeresEngine::FileHandle
getSize
() const
CeresEngine::FileHandle
ImplementationType
typedef
CeresEngine::FileHandle
isDirectory
() const
CeresEngine::FileHandle
isFile
() const
CeresEngine::FileHandle
isSymbolicLink
() const
CeresEngine::FileHandle
listFiles
() const
CeresEngine::FileHandle
mImplementation
CeresEngine::FileHandle
mutable
private
move
(const FileHandle &dest) const
CeresEngine::FileHandle
open
(StringView path) const
CeresEngine::FileHandle
operator bool
() const noexcept
CeresEngine::FileHandle
inline
explicit
operator!=
(const FileHandle &other) const noexcept
CeresEngine::FileHandle
operator=
(const FileHandle &other)
CeresEngine::FileHandle
operator=
(FileHandle &&fileHandle) noexcept
CeresEngine::FileHandle
operator==
(const FileHandle &other) const noexcept
CeresEngine::FileHandle
readFile
() const
CeresEngine::FileHandle
remove
() const
CeresEngine::FileHandle
removeDirectory
(const RemoveDirectoryFlags &flags=RemoveDirectoryFlag::Default) const
CeresEngine::FileHandle
RemoveDirectoryFlag
enum name
CeresEngine::FileHandle
RemoveDirectoryFlags
typedef
CeresEngine::FileHandle
rename
(StringView filename) const
CeresEngine::FileHandle
traverse
(VisitFunc funcFileEntry) const
CeresEngine::FileHandle
traverse
(VisitFunc funcFile, VisitFunc funcDirectory) const
CeresEngine::FileHandle
traverse
(FileVisitor &visitor) const
CeresEngine::FileHandle
updateFileInfo
() const
CeresEngine::FileHandle
VisitFunc
typedef
CeresEngine::FileHandle
watch
(ExecutionContext &executionContext, const FileEvents &events=FileEvent::Default, bool recursive=true) const
CeresEngine::FileHandle
writeFile
(StringView content) const
CeresEngine::FileHandle
~FileHandle
() noexcept
CeresEngine::FileHandle
Generated by
1.9.8