Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::RNTupleFileWriter::RImplRFile 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::RImplRFile::operator bool ( ) const
inline

Definition at line 146 of file RMiniFile.hxx.

◆ ReserveBlobKey()

std::uint64_t ROOT::Internal::RNTupleFileWriter::RImplRFile::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 1214 of file RMiniFile.cxx.

◆ Write()

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

Low-level writing using a TFile.

Definition at line 1205 of file RMiniFile.cxx.

Member Data Documentation

◆ fDir

std::string ROOT::Internal::RNTupleFileWriter::RImplRFile::fDir

Definition at line 139 of file RMiniFile.hxx.

◆ fFile

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

Definition at line 138 of file RMiniFile.hxx.


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