This is the complete list of members for ROOT::Internal::RRawFileUnix, including all inherited members.
Clone() const final | ROOT::Internal::RRawFileUnix | virtual |
Create(std::string_view url, ROptions options=ROptions()) | ROOT::Internal::RRawFile | static |
ELineBreaks enum name | ROOT::Internal::RRawFile | |
EnsureOpen() | ROOT::Internal::RRawFile | protected |
fBlockBufferIdx | ROOT::Internal::RRawFile | private |
fBlockBuffers | ROOT::Internal::RRawFile | private |
fBufferSpace | ROOT::Internal::RRawFile | private |
fFileDes | ROOT::Internal::RRawFileUnix | private |
fFilePos | ROOT::Internal::RRawFile | protected |
fFileSize | ROOT::Internal::RRawFile | private |
fIsBuffering | ROOT::Internal::RRawFile | private |
fIsOpen | ROOT::Internal::RRawFile | private |
fOptions | ROOT::Internal::RRawFile | protected |
fUrl | ROOT::Internal::RRawFile | protected |
GetFd() const | ROOT::Internal::RRawFileUnix | inline |
GetFilePos() const | ROOT::Internal::RRawFile | inline |
GetLocation(std::string_view url) | ROOT::Internal::RRawFile | static |
GetReadVLimits() | ROOT::Internal::RRawFile | inlinevirtual |
GetSize() | ROOT::Internal::RRawFile | |
GetSizeImpl() final | ROOT::Internal::RRawFileUnix | protectedvirtual |
GetTransport(std::string_view url) | ROOT::Internal::RRawFile | static |
GetUrl() const | ROOT::Internal::RRawFile | |
IsBuffering() const | ROOT::Internal::RRawFile | inline |
IsOpen() const | ROOT::Internal::RRawFile | inline |
kNumBlockBuffers | ROOT::Internal::RRawFile | privatestatic |
kUnknownFileSize | ROOT::Internal::RRawFile | privatestatic |
OpenImpl() final | ROOT::Internal::RRawFileUnix | protectedvirtual |
operator=(const RRawFile &)=delete | ROOT::Internal::RRawFile | |
Read(void *buffer, size_t nbytes) | ROOT::Internal::RRawFile | |
ReadAt(void *buffer, size_t nbytes, std::uint64_t offset) | ROOT::Internal::RRawFile | |
ReadAtImpl(void *buffer, size_t nbytes, std::uint64_t offset) final | ROOT::Internal::RRawFileUnix | protectedvirtual |
Readln(std::string &line) | ROOT::Internal::RRawFile | |
ReadV(RIOVec *ioVec, unsigned int nReq) | ROOT::Internal::RRawFile | |
ReadVImpl(RIOVec *ioVec, unsigned int nReq) final | ROOT::Internal::RRawFileUnix | protectedvirtual |
RRawFile(std::string_view url, ROptions options) | ROOT::Internal::RRawFile | |
RRawFile(const RRawFile &)=delete | ROOT::Internal::RRawFile | |
RRawFileUnix(std::string_view url, RRawFile::ROptions options) | ROOT::Internal::RRawFileUnix | |
Seek(std::uint64_t offset) | ROOT::Internal::RRawFile | |
SetBuffering(bool value) | ROOT::Internal::RRawFile | |
~RRawFile()=default | ROOT::Internal::RRawFile | virtual |
~RRawFileUnix() override | ROOT::Internal::RRawFileUnix | |