Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMemFile::ZeroCopyView_t Struct Reference

A read-only memory range which we do not control.

Definition at line 23 of file TMemFile.h.

Public Member Functions

 ZeroCopyView_t (const char *start, const size_t size)
 

Public Attributes

const size_t fSize
 
const char * fStart
 

#include <TMemFile.h>

Constructor & Destructor Documentation

◆ ZeroCopyView_t()

TMemFile::ZeroCopyView_t::ZeroCopyView_t ( const char *  start,
const size_t  size 
)
inlineexplicit

Definition at line 26 of file TMemFile.h.

Member Data Documentation

◆ fSize

const size_t TMemFile::ZeroCopyView_t::fSize

Definition at line 25 of file TMemFile.h.

◆ fStart

const char* TMemFile::ZeroCopyView_t::fStart

Definition at line 24 of file TMemFile.h.

Collaboration diagram for TMemFile::ZeroCopyView_t:
[legend]

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