HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Filesystem::IOFile Member List

This is the complete list of members for Filesystem::IOFile, including all inherited members.

close()Filesystem::IOFilevirtual
Closed enum valueFilesystem::IOProxy
error() const Filesystem::IOProxy
error(string_view e)Filesystem::IOProxy
filename() const Filesystem::IOProxyinline
flush() const Filesystem::IOFilevirtual
handle() const Filesystem::IOFileinline
IOFile(string_view filename, Mode mode)Filesystem::IOFile
IOFile(const std::wstring &filename, Mode mode)Filesystem::IOFileinline
IOFile(FILE *file, Mode mode)Filesystem::IOFile
IOProxy()Filesystem::IOProxyinline
IOProxy(string_view filename, Mode mode)Filesystem::IOProxyinline
IOProxy(const std::wstring &filename, Mode mode)Filesystem::IOProxyinline
m_auto_closeFilesystem::IOFileprotected
m_errorFilesystem::IOProxyprotected
m_fileFilesystem::IOFileprotected
m_filenameFilesystem::IOProxyprotected
m_modeFilesystem::IOProxyprotected
m_mutexFilesystem::IOFileprotected
m_posFilesystem::IOProxyprotected
m_sizeFilesystem::IOFileprotected
Mode enum nameFilesystem::IOProxy
mode() const Filesystem::IOProxyinline
opened() const Filesystem::IOProxyinlinevirtual
pread(void *buf, size_t size, int64_t offset)Filesystem::IOFilevirtual
proxytype() const Filesystem::IOFileinlinevirtual
pwrite(const void *buf, size_t size, int64_t offset)Filesystem::IOFilevirtual
read(void *buf, size_t size)Filesystem::IOFilevirtual
Filesystem::IOProxy::read(span< T > buf)Filesystem::IOProxyinline
Read enum valueFilesystem::IOProxy
seek(int64_t offset)Filesystem::IOFilevirtual
Filesystem::IOProxy::seek(int64_t offset, int origin)Filesystem::IOProxyinline
size() const Filesystem::IOFilevirtual
tell()Filesystem::IOProxyinlinevirtual
Write enum valueFilesystem::IOProxy
write(const void *buf, size_t size)Filesystem::IOFilevirtual
Filesystem::IOProxy::write(span< T > buf)Filesystem::IOProxyinline
Filesystem::IOProxy::write(string_view buf)Filesystem::IOProxyinline
~IOFile()Filesystem::IOFilevirtual
~IOProxy()Filesystem::IOProxyinlinevirtual