Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RNTupleFileWriter::RFileRFile Struct Reference

Definition at line 137 of file RMiniFile.hxx.

Public Member Functions

 operator bool () const
 
std::uint64_t ReserveBlobKey (size_t nbytes, size_t len, unsigned char keyBuffer[kBlobKeyLen]=nullptr)
 Reserves an RBlob opaque key as data record and returns the offset of the record.
 
void Write (const void *buffer, size_t nbytes, std::int64_t offset)
 Low-level writing using a TFile.
 

Public Attributes

std::string fDir
 
ROOT::Experimental::RFilefFile = nullptr
 

Member Function Documentation

◆ operator bool()

ROOT::Internal::RNTupleFileWriter::RFileRFile::operator bool ( ) const
inline

Definition at line 146 of file RMiniFile.hxx.

◆ ReserveBlobKey()

std::uint64_t ROOT::Internal::RNTupleFileWriter::RFileRFile::ReserveBlobKey ( size_t nbytes,
size_t len,
unsigned char keyBuffer[kBlobKeyLen] = nullptr )

Reserves an RBlob opaque key as data record and returns the offset of the record.

If keyBuffer is specified, it must be written before the returned offset. (Note that the array type is purely documentation, the argument is actually just a pointer.)

Definition at line 1215 of file RMiniFile.cxx.

◆ Write()

void ROOT::Internal::RNTupleFileWriter::RFileRFile::Write ( const void * buffer,
size_t nbytes,
std::int64_t offset )

Low-level writing using a TFile.

Definition at line 1206 of file RMiniFile.cxx.

Member Data Documentation

◆ fDir

std::string ROOT::Internal::RNTupleFileWriter::RFileRFile::fDir

Definition at line 139 of file RMiniFile.hxx.

◆ fFile

ROOT::Experimental::RFile* ROOT::Internal::RNTupleFileWriter::RFileRFile::fFile = nullptr

Definition at line 138 of file RMiniFile.hxx.

Collaboration diagram for ROOT::Internal::RNTupleFileWriter::RFileRFile:
[legend]

The documentation for this struct was generated from the following files: