Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TMemFile.h File Reference
#include "TFile.h"
#include <vector>
#include <memory>

Classes

struct  TMemFile::TMemBlock
class  TMemFile
 A TMemFile is like a normal TFile except that it reads and writes only from memory. More...
struct  TMemFile::ZeroCopyView_t
 A read-only memory range which we do not control. More...

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Functions

void ROOT::Internal::DumpBin (const TMemFile &file, FILE *out)
 Writes the contents of the TMemFile to the given file.