Clone() const final | ROOT::Internal::RRawFileDavix | virtual |
Create(std::string_view url, ROptions options=ROptions()) | ROOT::Internal::RRawFile | static |
ELineBreaks enum name | ROOT::Internal::RRawFile | |
fBlockBufferIdx | ROOT::Internal::RRawFile | private |
fBlockBuffers | ROOT::Internal::RRawFile | private |
fBufferSpace | ROOT::Internal::RRawFile | private |
fFileDes | ROOT::Internal::RRawFileDavix | private |
fFilePos | ROOT::Internal::RRawFile | protected |
fFileSize | ROOT::Internal::RRawFile | private |
fIsOpen | ROOT::Internal::RRawFile | private |
fOptions | ROOT::Internal::RRawFile | protected |
fUrl | ROOT::Internal::RRawFile | protected |
GetFeatures() const final | ROOT::Internal::RRawFileDavix | inlinevirtual |
GetLocation(std::string_view url) | ROOT::Internal::RRawFile | static |
GetSize() | ROOT::Internal::RRawFile | |
GetSizeImpl() final | ROOT::Internal::RRawFileDavix | protectedvirtual |
GetTransport(std::string_view url) | ROOT::Internal::RRawFile | static |
kFeatureHasMmap | ROOT::Internal::RRawFile | static |
kFeatureHasSize | ROOT::Internal::RRawFile | static |
kNumBlockBuffers | ROOT::Internal::RRawFile | privatestatic |
kUnknownFileSize | ROOT::Internal::RRawFile | static |
Map(size_t nbytes, std::uint64_t offset, std::uint64_t &mapdOffset) | ROOT::Internal::RRawFile | |
MapImpl(size_t nbytes, std::uint64_t offset, std::uint64_t &mapdOffset) | ROOT::Internal::RRawFile | protectedvirtual |
OpenImpl() final | ROOT::Internal::RRawFileDavix | 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::RRawFileDavix | protectedvirtual |
Readln(std::string &line) | ROOT::Internal::RRawFile | |
RRawFile(std::string_view url, ROptions options) | ROOT::Internal::RRawFile | |
RRawFile(const RRawFile &)=delete | ROOT::Internal::RRawFile | |
RRawFileDavix(std::string_view url, RRawFile::ROptions options) | ROOT::Internal::RRawFileDavix | |
Seek(std::uint64_t offset) | ROOT::Internal::RRawFile | |
Unmap(void *region, size_t nbytes) | ROOT::Internal::RRawFile | |
UnmapImpl(void *region, size_t nbytes) | ROOT::Internal::RRawFile | protectedvirtual |
~RRawFile() | ROOT::Internal::RRawFile | virtual |
~RRawFileDavix() | ROOT::Internal::RRawFileDavix | |