This is the complete list of members for Filesystem::IOMemReader, including all inherited members.
  | buffer() const noexcept | Filesystem::IOMemReader | inline | 
  | close() | Filesystem::IOProxy | inlinevirtual | 
  | Closed enum value | Filesystem::IOProxy |  | 
  | error() const  | Filesystem::IOProxy |  | 
  | error(string_view e) | Filesystem::IOProxy |  | 
  | filename() const  | Filesystem::IOProxy | inline | 
  | flush() const  | Filesystem::IOProxy | inlinevirtual | 
  | IOMemReader(const void *buf, size_t size) | Filesystem::IOMemReader | inline | 
  | IOMemReader(cspan< unsigned char > buf) | Filesystem::IOMemReader | inline | 
  | IOProxy() | Filesystem::IOProxy | inline | 
  | IOProxy(string_view filename, Mode mode) | Filesystem::IOProxy | inline | 
  | IOProxy(const std::wstring &filename, Mode mode) | Filesystem::IOProxy | inline | 
  | m_buf | Filesystem::IOMemReader | protected | 
  | m_error | Filesystem::IOProxy | protected | 
  | m_filename | Filesystem::IOProxy | protected | 
  | m_mode | Filesystem::IOProxy | protected | 
  | m_pos | Filesystem::IOProxy | 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) override | Filesystem::IOMemReader | virtual | 
  | proxytype() const override | Filesystem::IOMemReader | inlinevirtual | 
  | pwrite(const void *buf, size_t size, int64_t offset) | Filesystem::IOProxy | virtual | 
  | Read enum value | Filesystem::IOProxy |  | 
  | read(void *buf, size_t size) override | Filesystem::IOMemReader | virtual | 
  | Filesystem::IOProxy::read(span< T > buf) | Filesystem::IOProxy | inline | 
  | seek(int64_t offset) override | Filesystem::IOMemReader | inlinevirtual | 
  | Filesystem::IOProxy::seek(int64_t offset, int origin) | Filesystem::IOProxy | inline | 
  | size() const override | Filesystem::IOMemReader | inlinevirtual | 
  | tell() | Filesystem::IOProxy | inlinevirtual | 
  | Write enum value | Filesystem::IOProxy |  | 
  | write(const void *buf, size_t size) | Filesystem::IOProxy | virtual | 
  | write(span< T > buf) | Filesystem::IOProxy | inline | 
  | write(string_view buf) | Filesystem::IOProxy | inline | 
  | ~IOProxy() | Filesystem::IOProxy | inlinevirtual |