Logo ROOT  
Reference Guide
ROOT::Experimental::Internal::RNTupleBlob Struct Reference

Definition at line 38 of file RPageStorageRoot.hxx.

Public Member Functions

 RNTupleBlob ()
 
 RNTupleBlob (const RNTupleBlob &other)=delete
 
 RNTupleBlob (int size, unsigned char *content)
 
 ~RNTupleBlob ()=default
 
RNTupleBloboperator= (const RNTupleBlob &other)=delete
 

Public Attributes

unsigned char * fContent = nullptr
 
int fSize = 0
 
std::int32_t fVersion = 0
 

#include <ROOT/RPageStorageRoot.hxx>

Constructor & Destructor Documentation

◆ RNTupleBlob() [1/3]

ROOT::Experimental::Internal::RNTupleBlob::RNTupleBlob ( )
inline

Definition at line 39 of file RPageStorageRoot.hxx.

◆ RNTupleBlob() [2/3]

ROOT::Experimental::Internal::RNTupleBlob::RNTupleBlob ( int  size,
unsigned char *  content 
)
inline

Definition at line 40 of file RPageStorageRoot.hxx.

◆ RNTupleBlob() [3/3]

ROOT::Experimental::Internal::RNTupleBlob::RNTupleBlob ( const RNTupleBlob other)
delete

◆ ~RNTupleBlob()

ROOT::Experimental::Internal::RNTupleBlob::~RNTupleBlob ( )
default

Member Function Documentation

◆ operator=()

RNTupleBlob & ROOT::Experimental::Internal::RNTupleBlob::operator= ( const RNTupleBlob other)
delete

Member Data Documentation

◆ fContent

unsigned char* ROOT::Experimental::Internal::RNTupleBlob::fContent = nullptr

Definition at line 47 of file RPageStorageRoot.hxx.

◆ fSize

int ROOT::Experimental::Internal::RNTupleBlob::fSize = 0

Definition at line 46 of file RPageStorageRoot.hxx.

◆ fVersion

std::int32_t ROOT::Experimental::Internal::RNTupleBlob::fVersion = 0

Definition at line 45 of file RPageStorageRoot.hxx.


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