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

Definition at line 111 of file RMiniFile.hxx.

Public Member Functions

 operator bool () const
 
void Write (const void *buffer, size_t nbytes, std::int64_t offset)
 Low-level writing using a TFile.
 
std::uint64_t WriteKey (const void *buffer, size_t nbytes, size_t len)
 Writes an RBlob opaque key with the provided buffer as data record and returns the offset of the record.
 

Public Attributes

TDirectoryfDirectory = nullptr
 A sub directory in fFile or nullptr if the data is stored in the root directory of the file.
 

Member Function Documentation

◆ operator bool()

ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::operator bool ( ) const
inline

Definition at line 118 of file RMiniFile.hxx.

◆ Write()

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

Low-level writing using a TFile.

Definition at line 1037 of file RMiniFile.cxx.

◆ WriteKey()

std::uint64_t ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::WriteKey ( const void * buffer,
size_t nbytes,
size_t len )

Writes an RBlob opaque key with the provided buffer as data record and returns the offset of the record.

Definition at line 1047 of file RMiniFile.cxx.

Member Data Documentation

◆ fDirectory

TDirectory* ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::fDirectory = nullptr

A sub directory in fFile or nullptr if the data is stored in the root directory of the file.

Definition at line 113 of file RMiniFile.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper:
[legend]

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