This is the complete list of members for Filesystem::IOFile, including all inherited members.
close() | Filesystem::IOFile | virtual |
Closed enum value | Filesystem::IOProxy | |
error() const | Filesystem::IOProxy | |
error(string_view e) | Filesystem::IOProxy | |
filename() const | Filesystem::IOProxy | inline |
flush() const | Filesystem::IOFile | virtual |
handle() const | Filesystem::IOFile | inline |
IOFile(string_view filename, Mode mode) | Filesystem::IOFile | |
IOFile(const std::wstring &filename, Mode mode) | Filesystem::IOFile | inline |
IOFile(FILE *file, Mode mode) | Filesystem::IOFile | |
IOProxy() | Filesystem::IOProxy | inline |
IOProxy(string_view filename, Mode mode) | Filesystem::IOProxy | inline |
IOProxy(const std::wstring &filename, Mode mode) | Filesystem::IOProxy | inline |
m_auto_close | Filesystem::IOFile | protected |
m_error | Filesystem::IOProxy | protected |
m_file | Filesystem::IOFile | protected |
m_filename | Filesystem::IOProxy | protected |
m_mode | Filesystem::IOProxy | protected |
m_mutex | Filesystem::IOFile | protected |
m_pos | Filesystem::IOProxy | protected |
m_size | Filesystem::IOFile | protected |
Mode enum name | Filesystem::IOProxy | |
mode() const | Filesystem::IOProxy | inline |
opened() const | Filesystem::IOProxy | inlinevirtual |
pread(void *buf, size_t size, int64_t offset) | Filesystem::IOFile | virtual |
proxytype() const | Filesystem::IOFile | inlinevirtual |
pwrite(const void *buf, size_t size, int64_t offset) | Filesystem::IOFile | virtual |
read(void *buf, size_t size) | Filesystem::IOFile | virtual |
Filesystem::IOProxy::read(span< T > buf) | Filesystem::IOProxy | inline |
Read enum value | Filesystem::IOProxy | |
seek(int64_t offset) | Filesystem::IOFile | virtual |
Filesystem::IOProxy::seek(int64_t offset, int origin) | Filesystem::IOProxy | inline |
size() const | Filesystem::IOFile | virtual |
tell() | Filesystem::IOProxy | inlinevirtual |
Write enum value | Filesystem::IOProxy | |
write(const void *buf, size_t size) | Filesystem::IOFile | virtual |
Filesystem::IOProxy::write(span< T > buf) | Filesystem::IOProxy | inline |
Filesystem::IOProxy::write(string_view buf) | Filesystem::IOProxy | inline |
~IOFile() | Filesystem::IOFile | virtual |
~IOProxy() | Filesystem::IOProxy | inlinevirtual |